Condividi tramite


InvocationContext.InvocationResult Proprietà

Definizione

Risultato della chiamata corrente.

public:
 property System::CommandLine::Invocation::IInvocationResult ^ InvocationResult { System::CommandLine::Invocation::IInvocationResult ^ get(); void set(System::CommandLine::Invocation::IInvocationResult ^ value); };
public System.CommandLine.Invocation.IInvocationResult? InvocationResult { get; set; }
member this.InvocationResult : System.CommandLine.Invocation.IInvocationResult with get, set
Public Property InvocationResult As IInvocationResult

Valore della proprietà

Commenti

Man mano che l'oggetto InvocationContext viene passato attraverso la pipeline di chiamata all'oggetto ICommandHandler associato al comando richiamato, solo l'ultimo valore di questa proprietà sarà quello applicato.

Si applica a