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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.