CommentShape.AccessibleDescription Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the description of the shape used by accessibility client applications.
public:
virtual property System::String ^ AccessibleDescription { System::String ^ get(); };
public override string AccessibleDescription { get; }
member this.AccessibleDescription : string
Public Overrides ReadOnly Property AccessibleDescription As String