CmdLineException.ResourceKey(CmdLineError) 메서드

정의

리소스 파일의 지정된 오류에 대한 키를 반환합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 System::String ^ ResourceKey(Microsoft::JScript::CmdLineError errorCode);
public string ResourceKey (Microsoft.JScript.CmdLineError errorCode);
member this.ResourceKey : Microsoft.JScript.CmdLineError -> string
Public Function ResourceKey (errorCode As CmdLineError) As String

매개 변수

errorCode
CmdLineError

열거형 값 중 하나입니다. 키를 가져오기 위한 오류를 지정합니다.

반환

errorCode에 대한 키입니다.

적용 대상

추가 정보