ShapeField.GetAccessibleDescription(ShapeElement) Method

Definition

Returns the accessible description.

public:
 virtual System::String ^ GetAccessibleDescription(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public virtual string GetAccessibleDescription (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
abstract member GetAccessibleDescription : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> string
override this.GetAccessibleDescription : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> string
Public Overridable Function GetAccessibleDescription (parentShape As ShapeElement) As String

Parameters

parentShape
ShapeElement

The ShapeElement that contains this ShapeField.

Returns

The accessible description.

Applies to