AttachedProperty<T>.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:
override void SetValue(System::Activities::Presentation::Model::ModelItem ^ modelItem, System::Object ^ Value);
public override void SetValue (System.Activities.Presentation.Model.ModelItem modelItem, object Value);
override this.SetValue : System.Activities.Presentation.Model.ModelItem * obj -> unit
Public Overrides Sub SetValue (modelItem As ModelItem, Value As Object)
Parameters
- modelItem
- ModelItem
The model item to set.
- Value
- Object
The value to set.
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.