C# Class RIM.VSNDK_Package.XmlEditorDesignerViewRegistrationAttribute

Inheritance: Microsoft.VisualStudio.Shell.RegistrationAttribute
Afficher le fichier Open project: blackberry/VSPlugin

Méthodes publiques

Méthode 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

Méthode Description
TryGetGuidFromObject ( object guidObject ) : System.Guid

Private member function to return the GUID of an object.

Method Details

Register() public méthode

Register the custom editor
public Register ( Microsoft.VisualStudio.Shell.RegistrationAttribute context ) : void
context Microsoft.VisualStudio.Shell.RegistrationAttribute
Résultat void

Unregister() public méthode

Unregister the custom editor
public Unregister ( RegistrationContext context ) : void
context RegistrationContext
Résultat void

XmlEditorDesignerViewRegistrationAttribute() public méthode

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
Résultat System