TextField.GetAccessibleValue(ShapeElement) Method

Definition

Returns the accessible value.

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

Parameters

parentShape
ShapeElement

The ShapeElement that contains this ShapeField.

Returns

The accessible value.

Applies to