ProvideOptionPageAttribute Constructor (Type, String, String, Int16, Int16, Boolean, array<String )
Instantiates a new instance of ProvideOptionPageAttribute.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Sub New ( _
pageType As Type, _
categoryName As String, _
pageName As String, _
categoryResourceID As Short, _
pageNameResourceID As Short, _
supportsAutomation As Boolean, _
keywords As String() _
)
public ProvideOptionPageAttribute(
Type pageType,
string categoryName,
string pageName,
short categoryResourceID,
short pageNameResourceID,
bool supportsAutomation,
string[] keywords
)
public:
ProvideOptionPageAttribute(
Type^ pageType,
String^ categoryName,
String^ pageName,
short categoryResourceID,
short pageNameResourceID,
bool supportsAutomation,
array<String^>^ keywords
)
new :
pageType:Type *
categoryName:string *
pageName:string *
categoryResourceID:int16 *
pageNameResourceID:int16 *
supportsAutomation:bool *
keywords:string[] -> ProvideOptionPageAttribute
public function ProvideOptionPageAttribute(
pageType : Type,
categoryName : String,
pageName : String,
categoryResourceID : short,
pageNameResourceID : short,
supportsAutomation : boolean,
keywords : String[]
)
Parameters
pageType
Type: TypeThe Type of the class implementing the Tools Options page.
categoryName
Type: StringThe canonical nonlocalized name of the Tools Options page category.
pageName
Type: StringThe canonical nonlocalized name of the Tools Options page subcategory.
categoryResourceID
Type: Int16The localized resource ID of the Tools Options page category.
pageNameResourceID
Type: Int16The localized resource ID of the Tools Options page subcategory.
supportsAutomation
Type: BooleanIf true, the Tools Options page can be accessed through the Visual Studio automation mechanism.
keywords
Type: array<String[]The keywords.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ProvideOptionPageAttribute Class