ListField.GetAccessibleName(ShapeElement) Method

Definition

Returns the default accessible name for a list field.

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

Parameters

parentShape
ShapeElement

The ShapeElement that contains this ShapeField.

Returns

The accessible name.

Applies to