Udostępnij za pośrednictwem


InvocationContext.InvocationResult Właściwość

Definicja

Wynik bieżącego wywołania.

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

Wartość właściwości

Uwagi

InvocationContext Ponieważ potok wywołania jest przekazywany do skojarzonego ICommandHandler z wywoływanym poleceniem, tylko ostatnia wartość tej właściwości będzie stosowana.

Dotyczy