ProvideLanguageEditorToolsOptionCategoryAttribute Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ProvideLanguageEditorToolsOptionCategoryAttribute for the language and option category.
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)
Parameters
- languageName
- String
The name of the language.
- categoryName
- String
The name of the category.
- categoryResourceId
- String
The id of the resource with the localized name for the category.