C# 클래스 PowerStudio.DebugEngine.Attributes.ProvideTypeAttribute

상속: Microsoft.VisualStudio.Shell.RegistrationAttribute
파일 보기 프로젝트 열기: IntelliTect/PowerStudio

공개 메소드들

메소드 설명
ProvideTypeAttribute ( Type objectType ) : System
ProvideTypeAttribute ( string id ) : System
Register ( RegistrationContext context ) : void
Unregister ( RegistrationContext context ) : void

메소드 상세

ProvideTypeAttribute() 공개 메소드

public ProvideTypeAttribute ( Type objectType ) : System
objectType System.Type
리턴 System

ProvideTypeAttribute() 공개 메소드

public ProvideTypeAttribute ( string id ) : System
id string
리턴 System

Register() 공개 메소드

public Register ( RegistrationContext context ) : void
context RegistrationContext
리턴 void

Unregister() 공개 메소드

public Unregister ( RegistrationContext context ) : void
context RegistrationContext
리턴 void