C# Class AttachToAnything.Internal.ProvideOptionPageInExistingCategoryAttribute

Inheritance: Microsoft.VisualStudio.Shell.ProvideOptionDialogPageAttribute
Mostrar archivo Open project: ashmind/AttachToAnything

Public Methods

Method Description
ProvideOptionPageInExistingCategoryAttribute ( Type pageType, string categoryName, string pageName, short pageNameResourceID ) : System
Register ( RegistrationContext context ) : void
Unregister ( RegistrationContext context ) : void

Private Methods

Method Description
GetPageRegKeyPath ( ) : string

Method Details

ProvideOptionPageInExistingCategoryAttribute() public method

public ProvideOptionPageInExistingCategoryAttribute ( Type pageType, string categoryName, string pageName, short pageNameResourceID ) : System
pageType System.Type
categoryName string
pageName string
pageNameResourceID short
return System

Register() public method

public Register ( RegistrationContext context ) : void
context RegistrationContext
return void

Unregister() public method

public Unregister ( RegistrationContext context ) : void
context RegistrationContext
return void