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
|
Method | Description | |
---|---|---|
TryGetGuidFromObject ( object guidObject ) : System.Guid |
Private member function to return the GUID of an object.
|
public Register ( Microsoft.VisualStudio.Shell.RegistrationAttribute context ) : void | ||
context | Microsoft.VisualStudio.Shell.RegistrationAttribute | |
return | void |
public Unregister ( RegistrationContext context ) : void | ||
context | RegistrationContext | |
return | void |
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 |