ProvideOptionPageAttribute Constructor (Type^, String^, String^, Int16, Int16, Boolean, Int32)
Visual Studio 2015
Instantiates a new instance of ProvideOptionPageAttribute.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: ProvideOptionPageAttribute( Type^ pageType, String^ categoryName, String^ pageName, short categoryResourceID, short pageNameResourceID, bool supportsAutomation, int keywordListResourceId )
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.
- keywordListResourceId
-
Type:
System::Int32
The resource ID of the list of keywords.
Show: