C# Класс Rackspace.VisualStudio.CloudExplorer.ProvideServerExplorerNodeAttribute

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

Открытые методы

Метод Описание
ProvideServerExplorerNodeAttribute ( Type nodeType ) : System
Register ( RegistrationContext context ) : void
Unregister ( RegistrationContext context ) : void

Приватные методы

Метод Описание
GetKeyName ( Type nodeType ) : string

Описание методов

ProvideServerExplorerNodeAttribute() публичный Метод

public ProvideServerExplorerNodeAttribute ( Type nodeType ) : System
nodeType System.Type
Результат System

Register() публичный Метод

public Register ( RegistrationContext context ) : void
context RegistrationContext
Результат void

Unregister() публичный Метод

public Unregister ( RegistrationContext context ) : void
context RegistrationContext
Результат void