ShapeField.GetValue(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.
Gets the value of this ShapeField for the specified ShapeElement instance.
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
Parameters
- parentShape
- ShapeElement
The ShapeElement instance from which to retrieve the value
Returns
The value of this ShapeField for the specified ShapeElement instance.
Remarks
This method can return null.