DomainPropertyInfo.SetValue(ModelElement, 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 property value on a given model element.
public:
void SetValue(Microsoft::VisualStudio::Modeling::ModelElement ^ element, System::Object ^ value);
public void SetValue (Microsoft.VisualStudio.Modeling.ModelElement element, object value);
member this.SetValue : Microsoft.VisualStudio.Modeling.ModelElement * obj -> unit
Public Sub SetValue (element As ModelElement, value As Object)
Parameters
- element
- ModelElement
Element to set value on.
- value
- Object
Property value.