ShapeSubField::GetAccessibleDefaultActionDescription Method (ShapeElement^, ShapeField^)

 

Gets a string that describes the default action of the object. Not all objects have a default action.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
virtual String^ GetAccessibleDefaultActionDescription(
	ShapeElement^ parentShape,
	ShapeField^ parentField
)

Parameters

parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^

The parent ShapeElement of this ShapeSubField.

parentField
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeField^

The parent ShapeField of this ShapeSubField.

Return Value

Type: System::String^
Return to top
Show: