IVsRegisterEditors Interface
Visual Studio 2015
Registers and unregisters editors in the environment.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | RegisterEditor(Guid, IVsEditorFactory, UInt32) | Registers an editor. |
![]() | UnregisterEditor(UInt32) | Unregisters an editor. |
See illustrations of the implementation and/or calling of this interface in the samples and .f70f18ac-6544-465f-a031-5eba0ef02572f08872bd-fd9c-4e36-8cf2-a2a2622ef986
Notes to Implementers:
Implemented by the environment.
Notes to Callers:
Called by VSPackages to register and unregister its editor factory.
Show:
