ProvideOptionPageAttribute Constructor (Type^, String^, String^, Int16, Int16, Boolean, array<String^>^)

 

Instantiates a new instance of ProvideOptionPageAttribute.

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

public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
ProvideOptionPageAttribute(
	Type^ pageType,
	String^ categoryName,
	String^ pageName,
	short categoryResourceID,
	short pageNameResourceID,
	bool supportsAutomation,
	array<String^>^ keywords
)

Parameters

pageType
Type: System::Type^

The Type of the class implementing the Tools Options page.

categoryName
Type: System::String^

The canonical nonlocalized name of the Tools Options page category.

pageName
Type: System::String^

The canonical nonlocalized name of the Tools Options page subcategory.

categoryResourceID
Type: System::Int16

The localized resource ID of the Tools Options page category.

pageNameResourceID
Type: System::Int16

The localized resource ID of the Tools Options page subcategory.

supportsAutomation
Type: System::Boolean

If true, the Tools Options page can be accessed through the Visual Studio automation mechanism.

keywords
Type: array<System::String^>^

The keywords.

Return to top
Show: