ProvideLanguageEditorToolsOptionCategoryAttribute Constructor (String^, String^, String^)

 

Initializes a new instance of ProvideLanguageEditorToolsOptionCategoryAttribute for the language and option category.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
ProvideLanguageEditorToolsOptionCategoryAttribute(
	String^ languageName,
	String^ categoryName,
	String^ categoryResourceId
)

Parameters

languageName
Type: System::String^

The name of the language.

categoryName
Type: System::String^

The name of the category.

categoryResourceId
Type: System::String^

The resource ID of the category.

Return to top
Show: