ProvideLanguageEditorToolsOptionCategoryAttribute 构造函数

定义

初始化 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。

适用于