다음을 통해 공유


ParseResult.FindResultFor 메서드

정의

오버로드

FindResultFor(Argument)

지정된 인수에 대한 결과(있는 경우)를 가져옵니다.

FindResultFor(Command)

지정된 명령에 대한 결과(있는 경우)를 가져옵니다.

FindResultFor(Option)

지정된 옵션에 대한 결과(있는 경우)를 가져옵니다.

FindResultFor(Symbol)

지정된 기호에 대한 결과(있는 경우)를 가져옵니다.

FindResultFor(Argument)

지정된 인수에 대한 결과(있는 경우)를 가져옵니다.

public:
 System::CommandLine::Parsing::ArgumentResult ^ FindResultFor(System::CommandLine::Argument ^ argument);
public System.CommandLine.Parsing.ArgumentResult? FindResultFor (System.CommandLine.Argument argument);
member this.FindResultFor : System.CommandLine.Argument -> System.CommandLine.Parsing.ArgumentResult
Public Function FindResultFor (argument As Argument) As ArgumentResult

매개 변수

argument
Argument

결과를 찾을 인수입니다.

반환

지정된 인수에 대한 결과이거나 null , 제공되지 않고 기본값이 구성되지 않은 경우 입니다.

적용 대상

FindResultFor(Command)

지정된 명령에 대한 결과(있는 경우)를 가져옵니다.

public:
 System::CommandLine::Parsing::CommandResult ^ FindResultFor(System::CommandLine::Command ^ command);
public System.CommandLine.Parsing.CommandResult? FindResultFor (System.CommandLine.Command command);
member this.FindResultFor : System.CommandLine.Command -> System.CommandLine.Parsing.CommandResult
Public Function FindResultFor (command As Command) As CommandResult

매개 변수

command
Command

결과를 찾을 명령입니다.

반환

지정된 명령에 대한 결과이거나 null 제공되지 않은 경우 입니다.

적용 대상

FindResultFor(Option)

지정된 옵션에 대한 결과(있는 경우)를 가져옵니다.

public:
 System::CommandLine::Parsing::OptionResult ^ FindResultFor(System::CommandLine::Option ^ option);
public System.CommandLine.Parsing.OptionResult? FindResultFor (System.CommandLine.Option option);
member this.FindResultFor : System.CommandLine.Option -> System.CommandLine.Parsing.OptionResult
Public Function FindResultFor (option As Option) As OptionResult

매개 변수

option
Option

결과를 찾을 옵션입니다.

반환

지정된 옵션에 대한 결과이거나 null , 제공되지 않고 기본값이 구성되지 않은 경우 입니다.

적용 대상

FindResultFor(Symbol)

지정된 기호에 대한 결과(있는 경우)를 가져옵니다.

public:
 System::CommandLine::Parsing::SymbolResult ^ FindResultFor(System::CommandLine::Symbol ^ symbol);
public System.CommandLine.Parsing.SymbolResult? FindResultFor (System.CommandLine.Symbol symbol);
member this.FindResultFor : System.CommandLine.Symbol -> System.CommandLine.Parsing.SymbolResult
Public Function FindResultFor (symbol As Symbol) As SymbolResult

매개 변수

symbol
Symbol

결과를 찾을 기호입니다.

반환

지정된 기호에 대한 결과이거나 null , 제공되지 않고 기본값이 구성되지 않은 경우 입니다.

적용 대상