ParseResult.RootCommandResult 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得根命令結果。
public:
property System::CommandLine::Parsing::CommandResult ^ RootCommandResult { System::CommandLine::Parsing::CommandResult ^ get(); };
public System.CommandLine.Parsing.CommandResult RootCommandResult { get; }
member this.RootCommandResult : System.CommandLine.Parsing.CommandResult
Public ReadOnly Property RootCommandResult As CommandResult