ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>.Argument7 Propiedad
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el séptimo argumento de entrada del delegado de actividad.
public:
property System::Activities::DelegateInArgument<T7> ^ Argument7 { System::Activities::DelegateInArgument<T7> ^ get(); void set(System::Activities::DelegateInArgument<T7> ^ value); };
public System.Activities.DelegateInArgument<T7> Argument7 { get; set; }
member this.Argument7 : System.Activities.DelegateInArgument<'T7> with get, set
Public Property Argument7 As DelegateInArgument(Of T7)
Argumento pasado a un delegado de actividad.
Comentarios de .NET
.NET es un proyecto de código abierto. Seleccione un vínculo para proporcionar comentarios: