C# Class VisualHg.ProvideSolutionPersistenceAttribute

Inheritance: Microsoft.VisualStudio.Shell.RegistrationAttribute
Datei anzeigen Open project: HexWrench/VisualHG2015

Public Methods

Method Description
ProvideSolutionPersistenceAttribute ( string packageName, string packageGuid ) : System
Register ( RegistrationContext context ) : void
Unregister ( RegistrationContext context ) : void

Private Methods

Method Description
GetKeyName ( ) : string

Method Details

ProvideSolutionPersistenceAttribute() public method

public ProvideSolutionPersistenceAttribute ( string packageName, string packageGuid ) : System
packageName string
packageGuid string
return System

Register() public method

public Register ( RegistrationContext context ) : void
context RegistrationContext
return void

Unregister() public method

public Unregister ( RegistrationContext context ) : void
context RegistrationContext
return void