Konstruktor ProvideOptionPageAttribute — (Type, String, String, Int16, Int16, Boolean, array<String )
Przestrzeń nazw: Microsoft.VisualStudio.Shell
Zestaw: Microsoft.VisualStudio.Shell.11.0 (w Microsoft.VisualStudio.Shell.11.0.dll)
Składnia
'Deklaracja
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
)
Parametry
- pageType
Typ: System.Type
- categoryName
Typ: System.String
- pageName
Typ: System.String
- categoryResourceID
Typ: System.Int16
- pageNameResourceID
Typ: System.Int16
- supportsAutomation
Typ: System.Boolean
- keywords
Typ: array<System.String[]
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
ProvideOptionPageAttribute Klasa