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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.