ShapeSubField.GetAccessibleDescription(ShapeElement, ShapeField) Method

Definition

Returns the accessible description.

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

Parameters

parentShape
ShapeElement

The parent ShapeElement of this ShapeSubField.

parentField
ShapeField

The parent ShapeField of this ShapeSubField.

Returns

The accessible description.

Applies to