C# Class VisualHg.ProvideOptionsPageVisibilityAttribute

Inheritance: Microsoft.VisualStudio.Shell.RegistrationAttribute
Afficher le fichier Open project: HexWrench/VisualHG2015

Méthodes publiques

Méthode Description
ProvideOptionsPageVisibilityAttribute ( string categoryName, string pageName, string commandUIGuid ) : System
Register ( RegistrationContext context ) : void
Unregister ( RegistrationContext context ) : void

Private Methods

Méthode Description
GetKeyName ( ) : string

Method Details

ProvideOptionsPageVisibilityAttribute() public méthode

public ProvideOptionsPageVisibilityAttribute ( string categoryName, string pageName, string commandUIGuid ) : System
categoryName string
pageName string
commandUIGuid string
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