C# 클래스 RIM.VSNDK_Package.XmlEditorDesignerViewRegistrationAttribute

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

공개 메소드들

메소드 설명
Register ( Microsoft.VisualStudio.Shell.RegistrationAttribute context ) : void

Register the custom editor

Unregister ( RegistrationContext context ) : void

Unregister the custom editor

XmlEditorDesignerViewRegistrationAttribute ( string keyName, string defaultExtension, object defaultLogicalViewEditorFactory, int xmlChooserPriority ) : System

Construtor

비공개 메소드들

메소드 설명
TryGetGuidFromObject ( object guidObject ) : System.Guid

Private member function to return the GUID of an object.

메소드 상세

Register() 공개 메소드

Register the custom editor
public Register ( Microsoft.VisualStudio.Shell.RegistrationAttribute context ) : void
context Microsoft.VisualStudio.Shell.RegistrationAttribute
리턴 void

Unregister() 공개 메소드

Unregister the custom editor
public Unregister ( RegistrationContext context ) : void
context RegistrationContext
리턴 void

XmlEditorDesignerViewRegistrationAttribute() 공개 메소드

Construtor
public XmlEditorDesignerViewRegistrationAttribute ( string keyName, string defaultExtension, object defaultLogicalViewEditorFactory, int xmlChooserPriority ) : System
keyName string Registry key name
defaultExtension string Default extension for editor
defaultLogicalViewEditorFactory object Default Editor Factory
xmlChooserPriority int XML Priority
리턴 System