ShapeField.GetAccessibleHelp(ShapeElement) Method

Definition

Gets a description of what the object does or how the object is used.

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

Parameters

parentShape
ShapeElement

Returns

A description of what the object does or how the object is used.

Applies to