C# 클래스 RIM.VSNDK_Package.EditorFactoryNotifyForProjectAttribute

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
EditorFactoryNotifyForProjectAttribute ( object projectType, string fileExtension, object factoryType ) : System

Creates a new ProvideEditorFactoryNotifyForProject attribute to register a file extension with a project.

Register ( RegistrationContext context ) : void

Called to register this attribute with the given context. The context contains the location where the registration information should be placed. It also contains other information such as the type being registered and path information.

Unregister ( RegistrationContext context ) : void

Unregister this file extension.

메소드 상세

EditorFactoryNotifyForProjectAttribute() 공개 메소드

Creates a new ProvideEditorFactoryNotifyForProject attribute to register a file extension with a project.
public EditorFactoryNotifyForProjectAttribute ( object projectType, string fileExtension, object factoryType ) : System
projectType object The type of project; can be a Type, a GUID or a string representation of a GUID
fileExtension string The file extension the EditorFactoryNotify wants to handle
factoryType object The type of factory; can be a Type, a GUID or a string representation of a GUID
리턴 System

Register() 공개 메소드

Called to register this attribute with the given context. The context contains the location where the registration information should be placed. It also contains other information such as the type being registered and path information.
public Register ( RegistrationContext context ) : void
context RegistrationContext Given context to register in
리턴 void

Unregister() 공개 메소드

Unregister this file extension.
public Unregister ( RegistrationContext context ) : void
context RegistrationContext Given context to unregister from
리턴 void