ActivityFunc<T1,T2,T3,T4,T5,T6,T7,T8,TResult>.Argument6 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 sexto argumento de entrada del delegado de actividad.
public:
property System::Activities::DelegateInArgument<T6> ^ Argument6 { System::Activities::DelegateInArgument<T6> ^ get(); void set(System::Activities::DelegateInArgument<T6> ^ value); };
public System.Activities.DelegateInArgument<T6> Argument6 { get; set; }
member this.Argument6 : System.Activities.DelegateInArgument<'T6> with get, set
Public Property Argument6 As DelegateInArgument(Of T6)
Argumento pasado a un delegado de actividad.
Producto | Versiones |
---|---|
.NET Framework | 4.0, 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 |
Comentarios de .NET
.NET es un proyecto de código abierto. Seleccione un vínculo para proporcionar comentarios: