C# Class AttachToAnything.Internal.ProvideOptionPageInExistingCategoryAttribute

Inheritance: Microsoft.VisualStudio.Shell.ProvideOptionDialogPageAttribute
Afficher le fichier Open project: ashmind/AttachToAnything

Méthodes publiques

Méthode Description
ProvideOptionPageInExistingCategoryAttribute ( Type pageType, string categoryName, string pageName, short pageNameResourceID ) : System
Register ( RegistrationContext context ) : void
Unregister ( RegistrationContext context ) : void

Private Methods

Méthode Description
GetPageRegKeyPath ( ) : string

Method Details

ProvideOptionPageInExistingCategoryAttribute() public méthode

public ProvideOptionPageInExistingCategoryAttribute ( Type pageType, string categoryName, string pageName, short pageNameResourceID ) : System
pageType System.Type
categoryName string
pageName string
pageNameResourceID short
Résultat System

Register() public méthode

public Register ( RegistrationContext context ) : void
context RegistrationContext
Résultat void

Unregister() public méthode

public Unregister ( RegistrationContext context ) : void
context RegistrationContext
Résultat void