C# Class GitScc.ProvideSourceControlProvider

Inheritance: Microsoft.VisualStudio.Shell.RegistrationAttribute
Afficher le fichier Open project: jzoss/Git-Source-Control-Provider

Méthodes publiques

Méthode Description
ProvideSourceControlProvider ( string regName, string uiName ) : System

Register ( RegistrationContext context ) : void

Called to register this attribute with the given context. The context contains the location where the registration inforomation should be placed. It also contains other information such as the type being registered and path information.

Unregister ( RegistrationContext context ) : void

Unregister the source control provider

Method Details

ProvideSourceControlProvider() public méthode

public ProvideSourceControlProvider ( string regName, string uiName ) : System
regName string
uiName string
Résultat System

Register() public méthode

Called to register this attribute with the given context. The context contains the location where the registration inforomation should be placed. It also contains other information such as the type being registered and path information.
public Register ( RegistrationContext context ) : void
context RegistrationContext
Résultat void

Unregister() public méthode

Unregister the source control provider
public Unregister ( RegistrationContext context ) : void
context RegistrationContext
Résultat void