Decorator.SetValue(ShapeElement, Object) 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.
Sets the value associated with this decorator and the given parent shape.
public:
void SetValue(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape, System::Object ^ value);
public void SetValue (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape, object value);
member this.SetValue : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * obj -> unit
Public Sub SetValue (parentShape As ShapeElement, value As Object)
Parameters
- parentShape
- ShapeElement
- value
- Object