ShapeField.GetAccessibleValue(ShapeElement) Method
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.
C++
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
- parentShape
- ShapeElement
The ShapeElement that contains this ShapeField.
The accessible value.
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |