ParseResultExtensions.HasOption(ParseResult, Option) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出指定的選項是否存在於剖析結果中。
public:
[System::Runtime::CompilerServices::Extension]
static bool HasOption(System::CommandLine::Parsing::ParseResult ^ parseResult, System::CommandLine::Option ^ option);
public static bool HasOption (this System.CommandLine.Parsing.ParseResult parseResult, System.CommandLine.Option option);
static member HasOption : System.CommandLine.Parsing.ParseResult * System.CommandLine.Option -> bool
<Extension()>
Public Function HasOption (parseResult As ParseResult, option As Option) As Boolean
參數
- parseResult
- ParseResult
要檢查選項是否存在的剖析結果。
- option
- Option
檢查是否存在的選項。
傳回
true
如果選項存在,則為 ;否則為 false
。
備註
如果選項已定義預設值, true
則會傳回 。