Share via


InvocationContext.InvocationResult Eigenschaft

Definition

Das Ergebnis des aktuellen Aufrufs.

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

Eigenschaftswert

Hinweise

Wenn die InvocationContext durch die Aufrufpipeline an die übergeben wird, die ICommandHandler dem aufgerufenen Befehl zugeordnet ist, ist nur der letzte Wert dieser Eigenschaft der angewendete Wert.

Gilt für: