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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.