ActivityFunc<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,TResult>.Argument13 Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta il tredicesimo nell'argomento del delegato di attività.
public:
property System::Activities::DelegateInArgument<T13> ^ Argument13 { System::Activities::DelegateInArgument<T13> ^ get(); void set(System::Activities::DelegateInArgument<T13> ^ value); };
public System.Activities.DelegateInArgument<T13> Argument13 { get; set; }
member this.Argument13 : System.Activities.DelegateInArgument<'T13> with get, set
Public Property Argument13 As DelegateInArgument(Of T13)
Valore della proprietà
DelegateInArgument<T13>
Un argomento a un delegato di attività.
Si applica a
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.