C# 클래스 Microsoft.Samples.VisualStudio.SourceControlIntegration.SccProvider.ProvideToolsOptionsPageVisibility

상속: Microsoft.VisualStudio.Shell.RegistrationAttribute
파일 보기 프로젝트 열기: Microsoft/VSSDK-Extensibility-Samples

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ProvideToolsOptionsPageVisibility ( string categoryName, string pageName, string commandUIGuid ) : 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 this visibility entry.

메소드 상세

ProvideToolsOptionsPageVisibility() 공개 메소드

public ProvideToolsOptionsPageVisibility ( string categoryName, string pageName, string commandUIGuid ) : System
categoryName string
pageName string
commandUIGuid 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 this visibility entry.
public Unregister ( RegistrationContext context ) : void
context RegistrationContext
리턴 void