ProvideLanguageEditorToolsOptionCategoryAttribute Klasse

Definition

Dieses Attribut wird verwendet, um eine Options Kategorie der Tools für eine Sprache zu deklarieren.

public ref class ProvideLanguageEditorToolsOptionCategoryAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class ProvideLanguageEditorToolsOptionCategoryAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class ProvideLanguageEditorToolsOptionCategoryAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type ProvideLanguageEditorToolsOptionCategoryAttribute = class
    inherit RegistrationAttribute
Public NotInheritable Class ProvideLanguageEditorToolsOptionCategoryAttribute
Inherits RegistrationAttribute
Vererbung
ProvideLanguageEditorToolsOptionCategoryAttribute
Attribute

Konstruktoren

ProvideLanguageEditorToolsOptionCategoryAttribute(String, String, String)

Initialisiert eine neue Instanz von ProvideLanguageEditorToolsOptionCategoryAttribute für die Sprach- und Optionskategorie.

Eigenschaften

TypeId

Ruft die aktuelle Instanz dieses Attributs ab.

(Geerbt von RegistrationAttribute)

Methoden

GetPackageRegKeyPath(Guid)

Ruft den Registrierungspfad (relativ zum Registrierungsstamm der Anwendung) des VSPackages ab.

(Geerbt von RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

Registriert die Optionsseite "Tools".

Unregister(RegistrationAttribute+RegistrationContext)

Hebt die Registrierung der Optionsseite der Tools auf.

Gilt für