C# Class Microsoft.Samples.VisualStudio.SourceControlIntegration.SccProvider.ProvideToolsOptionsPageVisibility

Inheritance: Microsoft.VisualStudio.Shell.RegistrationAttribute
Datei anzeigen Open project: Microsoft/VSSDK-Extensibility-Samples

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

ProvideToolsOptionsPageVisibility() public method

public ProvideToolsOptionsPageVisibility ( string categoryName, string pageName, string commandUIGuid ) : System
categoryName string
pageName string
commandUIGuid string
return System

Register() public method

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
return void

Unregister() public method

Unregister this visibility entry.
public Unregister ( RegistrationContext context ) : void
context RegistrationContext
return void