ShapeField.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 of this ShapeField for the specified ShapeElement instance.
public:
virtual void SetValue(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape, System::Object ^ value);
public virtual void SetValue (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape, object value);
abstract member SetValue : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * obj -> unit
override this.SetValue : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * obj -> unit
Public Overridable Sub SetValue (parentShape As ShapeElement, value As Object)
Parameters
- parentShape
- ShapeElement
The ShapeElement instance from which to retrieve the value
- value
- Object
The new value.