C# Class RIM.VSNDK_Package.XmlEditorDesignerViewRegistrationAttribute

Inheritance: Microsoft.VisualStudio.Shell.RegistrationAttribute
Show file Open project: blackberry/VSPlugin

Public Methods

Method Description
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

Private Methods

Method Description
TryGetGuidFromObject ( object guidObject ) : System.Guid

Private member function to return the GUID of an object.

Method Details

Register() public method

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

Unregister() public method

Unregister the custom editor
public Unregister ( RegistrationContext context ) : void
context RegistrationContext
return void

XmlEditorDesignerViewRegistrationAttribute() public method

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
return System