InvokeFunc<T,TResult>.Argument 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 argument passed to the ActivityFunc<T,TResult>.
public:
property System::Activities::InArgument<T> ^ Argument { System::Activities::InArgument<T> ^ get(); void set(System::Activities::InArgument<T> ^ value); };
[System.Activities.RequiredArgument]
public System.Activities.InArgument<T> Argument { get; set; }
[<System.Activities.RequiredArgument>]
member this.Argument : System.Activities.InArgument<'T> with get, set
Public Property Argument As InArgument(Of T)
Property Value
The argument passed to the ActivityFunc<T,TResult>.
- Attributes
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.