ListField.GetAccessibleDescription(ShapeElement) Method

Definition

Returns the default accessible description for a list field.

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

Parameters

parentShape
ShapeElement

The ShapeElement that contains this ShapeField.

Returns

The accessible description.

Applies to