AttachedProperty.SetValue(ModelItem, 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 specified model item to the specified value.
public:
abstract void SetValue(System::Activities::Presentation::Model::ModelItem ^ modelItem, System::Object ^ value);
public abstract void SetValue (System.Activities.Presentation.Model.ModelItem modelItem, object value);
abstract member SetValue : System.Activities.Presentation.Model.ModelItem * obj -> unit
Public MustOverride Sub SetValue (modelItem As ModelItem, value As Object)
Parameters
- modelItem
- ModelItem
The model item to set.
- value
- Object
The value to set.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.