Share via


CommentShape.AccessibleDescription Property

This member overrides ShapeElement.AccessibleDescription.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property AccessibleDescription As String
'Usage
Dim instance As CommentShape 
Dim value As String 

value = instance.AccessibleDescription
public override string AccessibleDescription { get; }
public:
virtual property String^ AccessibleDescription {
    String^ get () override;
}
public override function get AccessibleDescription () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CommentShape Class

CommentShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace