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 的键。

适用于

另请参阅