ProvideLanguageEditorToolsOptionCategoryAttribute Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Tento atribut slouží k deklaraci kategorie Tools Option pro jazyk.
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
- Dědičnost
- Atributy
Konstruktory
ProvideLanguageEditorToolsOptionCategoryAttribute(String, String, String) |
Inicializuje novou instanci ProvideLanguageEditorToolsOptionCategoryAttribute pro kategorii jazyka a možností. |
Vlastnosti
TypeId |
Přepište vlastnost TypeID, aby odvozené třídy RegistrationAttribute fungovaly se System.ComponentModel.TypeDescriptor.GetAttributes(...). Atribut odvozený z tohoto atributu bude muset přepsat tuto vlastnost pouze v případě, že potřebuje lepší kontrolu nad instancemi, které lze použít na třídu. (Zděděno od RegistrationAttribute) |
Metody
GetPackageRegKeyPath(Guid) |
Získá cestu registru (vzhledem ke kořenovému adresáři registru aplikace) VSPackage. (Zděděno od RegistrationAttribute) |
Register(RegistrationAttribute+RegistrationContext) |
Zaregistruje stránku Možnosti nástrojů. |
Unregister(RegistrationAttribute+RegistrationContext) |
Zruší registraci stránky Možnosti nástrojů. |