ArgumentAccessor.Setter Property
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.
Gets or sets the method to set an argument into an activity instance.
public:
property Action<System::Activities::Activity ^, System::Activities::Argument ^> ^ Setter { Action<System::Activities::Activity ^, System::Activities::Argument ^> ^ get(); void set(Action<System::Activities::Activity ^, System::Activities::Argument ^> ^ value); };
public Action<System.Activities.Activity,System.Activities.Argument> Setter { get; set; }
member this.Setter : Action<System.Activities.Activity, System.Activities.Argument> with get, set
Public Property Setter As Action(Of Activity, Argument)
The method to set an argument into an activity instance.
Using a method assigned to this property is the preferred way to set the values of a model property. Using SetValue will set the value in the editing context, which will not update the underlying value until the editing context completes.
Produkt | Versions |
---|---|
.NET Framework | 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET er et åben kildekode projekt. Vælg et link for at give feedback: