ShapeField.GetAccessibleValue(ShapeElement) Method

Definition

Returns the accessible value.

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

Parameters

parentShape
ShapeElement

The ShapeElement that contains this ShapeField.

Returns

The accessible value.

Applies to