ActivityFunc<T1,T2,T3,T4,T5,TResult>.Argument3 Property
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.
Gets or sets the third in argument of the activity delegate.
public:
property System::Activities::DelegateInArgument<T3> ^ Argument3 { System::Activities::DelegateInArgument<T3> ^ get(); void set(System::Activities::DelegateInArgument<T3> ^ value); };
public System.Activities.DelegateInArgument<T3> Argument3 { get; set; }
member this.Argument3 : System.Activities.DelegateInArgument<'T3> with get, set
Public Property Argument3 As DelegateInArgument(Of T3)
Property Value
An argument to an activity delegate.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.