C# 클래스 GitMenu.ProvideSourceControlProvider

상속: Microsoft.VisualStudio.Shell.RegistrationAttribute
파일 보기 프로젝트 열기: kthompson/gitmenu

공개 메소드들

메소드 설명
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