Aracılığıyla paylaş


InvocationContext.InvocationResult Özellik

Tanım

Geçerli çağrının sonucu.

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

Özellik Değeri

Açıklamalar

InvocationContext çağrısı işlem hattından ICommandHandler çağrılan komutla ilişkilendirilmiş olana geçirildiğinden, yalnızca bu özelliğin son değeri uygulanır.

Şunlara uygulanır