C# 클래스 Rackspace.VisualStudio.CloudExplorer.ProvideServerExplorerNodeAttribute

상속: Microsoft.VisualStudio.Shell.RegistrationAttribute
파일 보기 프로젝트 열기: rackerlabs/rax-vsix

공개 메소드들

메소드 설명
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