C# Class VisualHg.ProvideSolutionPersistenceAttribute

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

Méthodes publiques

Méthode Description
ProvideSolutionPersistenceAttribute ( string packageName, string packageGuid ) : System
Register ( RegistrationContext context ) : void
Unregister ( RegistrationContext context ) : void

Private Methods

Méthode Description
GetKeyName ( ) : string

Method Details

ProvideSolutionPersistenceAttribute() public méthode

public ProvideSolutionPersistenceAttribute ( string packageName, string packageGuid ) : System
packageName string
packageGuid 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