IInvocationResult.Apply(InvocationContext) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將結果套用至目前的調用內容。
public:
void Apply(System::CommandLine::Invocation::InvocationContext ^ context);
public void Apply (System.CommandLine.Invocation.InvocationContext context);
abstract member Apply : System.CommandLine.Invocation.InvocationContext -> unit
Public Sub Apply (context As InvocationContext)
參數
- context
- InvocationContext
目前調用的內容。