C# Класс Microsoft.Samples.VisualStudio.SourceControlIntegration.SccProvider.ProvideToolsOptionsPageVisibility

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

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