ShapeField.GetAccessibleName(ShapeElement) Method

Definition

Returns the accessible name.

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

Parameters

parentShape
ShapeElement

The ShapeElement that contains this ShapeField.

Returns

The accessible name.

Applies to