TextField.GetAccessibleValue(ShapeElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.