ProvideLanguageEditorToolsOptionCategoryAttribute 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 ProvideLanguageEditorToolsOptionCategoryAttribute 语言和选项类别的的新实例。
public:
ProvideLanguageEditorToolsOptionCategoryAttribute(System::String ^ languageName, System::String ^ categoryName, System::String ^ categoryResourceId);
public:
ProvideLanguageEditorToolsOptionCategoryAttribute(Platform::String ^ languageName, Platform::String ^ categoryName, Platform::String ^ categoryResourceId);
ProvideLanguageEditorToolsOptionCategoryAttribute(std::wstring const & languageName, std::wstring const & categoryName, std::wstring const & categoryResourceId);
public ProvideLanguageEditorToolsOptionCategoryAttribute (string languageName, string categoryName, string categoryResourceId);
new Microsoft.VisualStudio.Shell.ProvideLanguageEditorToolsOptionCategoryAttribute : string * string * string -> Microsoft.VisualStudio.Shell.ProvideLanguageEditorToolsOptionCategoryAttribute
Public Sub New (languageName As String, categoryName As String, categoryResourceId As String)
参数
- languageName
- String
语言的名称。
- categoryName
- String
类别的名称。
- categoryResourceId
- String
类别的资源 ID。