API Reference

Class

VisioCommentThread

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Modifiers sealed

OfficeIMO thread projection over native Visio comments. Each comment remains a native CommentEntry; parent/thread identifiers are retained as extension metadata.

Inheritance

  • Object
  • VisioCommentThread

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Properties

public String Id { get; } #

Stable thread identifier.

public VisioComment Root { get; } #

Root native comment.

public IReadOnlyList<VisioComment> Comments { get; } #

Root and replies ordered by creation time and comment id.

public Boolean Done { get; } #

Whether every comment in the thread is resolved.