ShapeSubField.GetAccessibleHelp(ShapeElement, ShapeField) 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, Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^ parentField);
public virtual string GetAccessibleHelp (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape, Microsoft.VisualStudio.Modeling.Diagrams.ShapeField parentField);
abstract member GetAccessibleHelp : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeField -> string
override this.GetAccessibleHelp : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeField -> string
Public Overridable Function GetAccessibleHelp (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

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

Applies to