API Reference
Class
VisioCommentOptions
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
- Method VisioFluentPage.Comment
- Method VisioFluentPage.CommentShape
- Method VisioCommentExtensions.AddComment
- Method VisioCommentExtensions.AddComment
- Method VisioCommentExtensions.AddCommentToShape
- Extension method VisioPage.AddComment
- Extension method VisioPage.AddComment
- Extension method VisioPage.AddCommentToShape
Constructors
public VisioCommentOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.