ProvideLanguageEditorOptionPageAttribute Constructor (Type^, String^, String^, String^, String^, Int32)
Visual Studio 2015
Instantiates a new instance of ProvideLanguageEditorOptionPageAttribute.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: ProvideLanguageEditorOptionPageAttribute( Type^ pageType, String^ languageName, String^ category, String^ pageName, String^ pageNameResourceId, int keywordListResourceId )
Parameters
- pageType
-
Type:
System::Type^
The type of the option page.
- languageName
-
Type:
System::String^
The language name.
- category
-
Type:
System::String^
The option page category.
- pageName
-
Type:
System::String^
The caption of the option page.
- pageNameResourceId
-
Type:
System::String^
The resource ID of the page.
- keywordListResourceId
-
Type:
System::Int32
The resource ID of the list of keywords.
Show: