Decorator.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 associated with this decorator and the given parent shape.
public:
System::Object ^ GetValue(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public object GetValue (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
member this.GetValue : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> obj
Public Function GetValue (parentShape As ShapeElement) As Object
Parameters
- parentShape
- ShapeElement