ProvideOptionPageAttribute Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| ProvideOptionPageAttribute(Type, String, String, Int16, Int16, Boolean, Int32) |
Instanziiert eine neue Instanz von provientoptionpageattribute. |
| ProvideOptionPageAttribute(Type, String, String, Int16, Int16, Boolean, String) |
Instanziiert eine neue Instanz von provientoptionpageattribute. |
| ProvideOptionPageAttribute(Type, String, String, Int16, Int16, Boolean, String[]) |
Instanziiert eine neue Instanz von provientoptionpageattribute. |
ProvideOptionPageAttribute(Type, String, String, Int16, Int16, Boolean, Int32)
Instanziiert eine neue Instanz von provientoptionpageattribute.
public:
ProvideOptionPageAttribute(Type ^ pageType, System::String ^ categoryName, System::String ^ pageName, short categoryResourceID, short pageNameResourceID, bool supportsAutomation, int keywordListResourceId);
public:
ProvideOptionPageAttribute(Platform::Type ^ pageType, Platform::String ^ categoryName, Platform::String ^ pageName, short categoryResourceID, short pageNameResourceID, bool supportsAutomation, int keywordListResourceId);
public ProvideOptionPageAttribute (Type pageType, string categoryName, string pageName, short categoryResourceID, short pageNameResourceID, bool supportsAutomation, int keywordListResourceId);
new Microsoft.VisualStudio.Shell.ProvideOptionPageAttribute : Type * string * string * int16 * int16 * bool * int -> Microsoft.VisualStudio.Shell.ProvideOptionPageAttribute
Public Sub New (pageType As Type, categoryName As String, pageName As String, categoryResourceID As Short, pageNameResourceID As Short, supportsAutomation As Boolean, keywordListResourceId As Integer)
Parameter
- categoryName
- String
Der kanonische nicht lokalisierte Name der Options Seiten Kategorie Extras.
- pageName
- String
Der kanonische nicht lokalisierte Name der Tool Optionen-Seiten Unterkategorie.
- categoryResourceID
- Int16
Die lokalisierte Ressourcen-ID der Options Seiten Kategorie Extras.
- pageNameResourceID
- Int16
Die lokalisierte Ressourcen-ID der Options Seiten-Unterkategorie Extras.
- supportsAutomation
- Boolean
True gibt an, dass auf die Options Seite Extras über den Automatisierungs Mechanismus von Visual Studio zugegriffen werden kann.
- keywordListResourceId
- Int32
Die Ressourcen-ID der Liste der Schlüsselwörter.
Gilt für
ProvideOptionPageAttribute(Type, String, String, Int16, Int16, Boolean, String)
Instanziiert eine neue Instanz von provientoptionpageattribute.
public:
ProvideOptionPageAttribute(Type ^ pageType, System::String ^ categoryName, System::String ^ pageName, short categoryResourceID, short pageNameResourceID, bool supportsAutomation, System::String ^ keywordListResourceName);
public:
ProvideOptionPageAttribute(Platform::Type ^ pageType, Platform::String ^ categoryName, Platform::String ^ pageName, short categoryResourceID, short pageNameResourceID, bool supportsAutomation, Platform::String ^ keywordListResourceName);
public ProvideOptionPageAttribute (Type pageType, string categoryName, string pageName, short categoryResourceID, short pageNameResourceID, bool supportsAutomation, string keywordListResourceName);
new Microsoft.VisualStudio.Shell.ProvideOptionPageAttribute : Type * string * string * int16 * int16 * bool * string -> Microsoft.VisualStudio.Shell.ProvideOptionPageAttribute
Public Sub New (pageType As Type, categoryName As String, pageName As String, categoryResourceID As Short, pageNameResourceID As Short, supportsAutomation As Boolean, keywordListResourceName As String)
Parameter
- categoryName
- String
Der kanonische nicht lokalisierte Name der Options Seiten Kategorie Extras.
- pageName
- String
Der kanonische nicht lokalisierte Name der Tool Optionen-Seiten Unterkategorie.
- categoryResourceID
- Int16
Die lokalisierte Ressourcen-ID der Options Seiten Kategorie Extras.
- pageNameResourceID
- Int16
Die lokalisierte Ressourcen-ID der Options Seiten-Unterkategorie Extras.
- supportsAutomation
- Boolean
True gibt an, dass auf die Options Seite Extras über den Automatisierungs Mechanismus von Visual Studio zugegriffen werden kann.
- keywordListResourceName
- String
Die Ressourcen-ID der Liste der Schlüsselwörter.
Gilt für
ProvideOptionPageAttribute(Type, String, String, Int16, Int16, Boolean, String[])
Instanziiert eine neue Instanz von provientoptionpageattribute.
public:
ProvideOptionPageAttribute(Type ^ pageType, System::String ^ categoryName, System::String ^ pageName, short categoryResourceID, short pageNameResourceID, bool supportsAutomation, cli::array <System::String ^> ^ keywords);
public:
ProvideOptionPageAttribute(Platform::Type ^ pageType, Platform::String ^ categoryName, Platform::String ^ pageName, short categoryResourceID, short pageNameResourceID, bool supportsAutomation, Platform::Array <Platform::String ^> ^ keywords);
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public ProvideOptionPageAttribute (Type pageType, string categoryName, string pageName, short categoryResourceID, short pageNameResourceID, bool supportsAutomation, string[] keywords);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
new Microsoft.VisualStudio.Shell.ProvideOptionPageAttribute : Type * string * string * int16 * int16 * bool * string[] -> Microsoft.VisualStudio.Shell.ProvideOptionPageAttribute
Public Sub New (pageType As Type, categoryName As String, pageName As String, categoryResourceID As Short, pageNameResourceID As Short, supportsAutomation As Boolean, keywords As String())
Parameter
- categoryName
- String
Der kanonische nicht lokalisierte Name der Options Seiten Kategorie Extras.
- pageName
- String
Der kanonische nicht lokalisierte Name der Tool Optionen-Seiten Unterkategorie.
- categoryResourceID
- Int16
Die lokalisierte Ressourcen-ID der Options Seiten Kategorie Extras.
- pageNameResourceID
- Int16
Die lokalisierte Ressourcen-ID der Options Seiten-Unterkategorie Extras.
- supportsAutomation
- Boolean
True gibt an, dass auf die Options Seite Extras über den Automatisierungs Mechanismus von Visual Studio zugegriffen werden kann.
- keywords
- String[]
Die Schlüsselwörter.
- Attribute