ProvideLanguageEditorOptionPageAttribute Constructor (Type^, String^, String^, String^, String^, array<String^>^)
Visual Studio 2015
Instantiates a new instance of ProvideLanguageEditorOptionPageAttribute.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: [EditorBrowsableAttribute(EditorBrowsableState::Advanced)] ProvideLanguageEditorOptionPageAttribute( Type^ pageType, String^ languageName, String^ category, String^ pageName, String^ pageNameResourceId, array<String^>^ keywords )
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.
- keywords
-
Type:
array<System::String^>^
The keywords.
Show: