ProvideOptionPageAttribute Constructor (Type, String, String, Int16, Int16, Boolean, array<String )
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaración
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
)
Parameters
- pageType
Type: System.Type
- categoryName
Type: System.String
- pageName
Type: System.String
- categoryResourceID
Type: System.Int16
- pageNameResourceID
Type: System.Int16
- supportsAutomation
Type: System.Boolean
- keywords
Type: array<System.String[]
.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