ShapeField.GetAccessibleDescription Method

Gets the description of the shape field for the accessible object.

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

Syntax

'Declaration
Public Overridable Function GetAccessibleDescription ( _
    parentShape As ShapeElement _
) As String
public virtual string GetAccessibleDescription(
    ShapeElement parentShape
)
public:
virtual String^ GetAccessibleDescription(
    ShapeElement^ parentShape
)
abstract GetAccessibleDescription : 
        parentShape:ShapeElement -> string  
override GetAccessibleDescription : 
        parentShape:ShapeElement -> string
public function GetAccessibleDescription(
    parentShape : ShapeElement
) : String

Parameters

Return Value

Type: String
The description of the shape field for the accessible object.

.NET Framework Security

See Also

Reference

ShapeField Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace