ProvideLanguageEditorOptionPageAttribute Constructor (Type^, String^, String^, String^, String^, String^)

 

Instantiates a new instance of ProvideLanguageEditorOptionPageAttribute.

Namespace:   Microsoft.VisualStudio.Shell
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,
	String^ keywordListResourceName
)

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.

keywordListResourceName
Type: System::String^

The resource ID of the list of keywords.

Return to top
Show: