ShapeField.GetValue(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.
Gets the value of this ShapeField for the specified ShapeElement instance.
C++
public:
virtual System::Object ^ GetValue(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public virtual object GetValue(Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
abstract member GetValue : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> obj
override this.GetValue : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> obj
Public Overridable Function GetValue (parentShape As ShapeElement) As Object
- parentShape
- ShapeElement
The ShapeElement instance from which to retrieve the value
The value of this ShapeField for the specified ShapeElement instance.
This method can return null.
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |