API Reference

Class

VisioCommentOptions

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Modifiers sealed

Options used when creating native Visio comments.

Inheritance

  • Object
  • VisioCommentOptions

Usage

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

Accepted by parameters

Constructors

public VisioCommentOptions() #

Properties

public String AuthorName { get; set; } #

Gets or sets the display name of the comment author.

public String AuthorInitials { get; set; } #

Gets or sets the author initials shown by Visio.

public String AuthorResolutionId { get; set; } #

Gets or sets the optional Visio author resolution identifier.

public Nullable<DateTimeOffset> CreatedAt { get; set; } #

Gets or sets the creation timestamp. Defaults to the current UTC time.

public Nullable<DateTimeOffset> EditedAt { get; set; } #

Gets or sets the last edit timestamp.

public Boolean Done { get; set; } #

Gets or sets whether the comment should be marked as done.

public Nullable<Int32> AutoCommentType { get; set; } #

Gets or sets the native AutoCommentType value. Visio ignores this value.