CmdLineException.ResourceKey(CmdLineError) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回表示资源文件中指定错误的键。
此 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
的键。