C# Class Rackspace.VisualStudio.CloudExplorer.ProvideServerExplorerNodeAttribute

Inheritance: Microsoft.VisualStudio.Shell.RegistrationAttribute
Afficher le fichier Open project: rackerlabs/rax-vsix

Méthodes publiques

Méthode Description
ProvideServerExplorerNodeAttribute ( Type nodeType ) : System
Register ( RegistrationContext context ) : void
Unregister ( RegistrationContext context ) : void

Private Methods

Méthode Description
GetKeyName ( Type nodeType ) : string

Method Details

ProvideServerExplorerNodeAttribute() public méthode

public ProvideServerExplorerNodeAttribute ( Type nodeType ) : System
nodeType System.Type
Résultat System

Register() public méthode

public Register ( RegistrationContext context ) : void
context RegistrationContext
Résultat void

Unregister() public méthode

public Unregister ( RegistrationContext context ) : void
context RegistrationContext
Résultat void