C# Класс GitScc.ProvideSourceControlProvider

Наследование: Microsoft.VisualStudio.Shell.RegistrationAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ProvideSourceControlProvider() публичный Метод

public ProvideSourceControlProvider ( string regName, string uiName ) : System
regName string
uiName string
Результат System

Register() публичный Метод

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
Результат void

Unregister() публичный Метод

Unregister the source control provider
public Unregister ( RegistrationContext context ) : void
context RegistrationContext
Результат void