Udostępnij przez


ProvideLanguageEditorToolsOptionCategoryAttribute Klasa

Definicja

Ten atrybut służy do deklarowania kategorii Opcja narzędzi dla języka.

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
Dziedziczenie
ProvideLanguageEditorToolsOptionCategoryAttribute
Atrybuty

Konstruktory

ProvideLanguageEditorToolsOptionCategoryAttribute(String, String, String)

Inicjuje nowe wystąpienie ProvideLanguageEditorToolsOptionCategoryAttribute dla kategorii języka i opcji.

Właściwości

TypeId

Zastąp właściwość TypeID, aby umożliwić klasom pochodnym RegistrationAttribute pracować z atrybutem System.ComponentModel.TypeDescriptor.GetAttributes(...). Atrybut pochodzący z tego atrybutu będzie musiał zastąpić tę właściwość tylko wtedy, gdy potrzebuje lepszej kontroli nad wystąpieniami, które można zastosować do klasy.

(Odziedziczone po RegistrationAttribute)

Metody

GetPackageRegKeyPath(Guid)

Pobiera ścieżkę rejestru (względem katalogu głównego rejestru aplikacji) pakietu VSPackage.

(Odziedziczone po RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

Rejestruje stronę Opcje narzędzi.

Unregister(RegistrationAttribute+RegistrationContext)

Wyrejestrowuje stronę Narzędzia Opcji.

Dotyczy