다음을 통해 공유


InvocationContext.InvocationResult 속성

정의

현재 호출의 결과입니다.

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

속성 값

설명

InvocationContext 호출 파이프라인 ICommandHandler 을 통해 호출된 명령과 연결된 에 전달되므로 이 속성의 마지막 값만 적용됩니다.

적용 대상