Share via


ShapeSubField.GetAccessibleDescription Method

Returns the accessible description.

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

Syntax

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

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

ShapeSubField Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace