IVsRegisterEditors Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers and unregisters editors in the environment.
public interface class IVsRegisterEditors
public interface class IVsRegisterEditors
__interface IVsRegisterEditors
[System.Runtime.InteropServices.Guid("78036A8D-A04C-43E4-8BC0-846E63AFA9A2")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsRegisterEditors
[System.Runtime.InteropServices.Guid("78036A8D-A04C-43E4-8BC0-846E63AFA9A2")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsRegisterEditors
[<System.Runtime.InteropServices.Guid("78036A8D-A04C-43E4-8BC0-846E63AFA9A2")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsRegisterEditors = interface
[<System.Runtime.InteropServices.Guid("78036A8D-A04C-43E4-8BC0-846E63AFA9A2")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsRegisterEditors = interface
Public Interface IVsRegisterEditors
- Attributes
Remarks
See illustrations of the implementation and/or calling of this interface in the samples Basic Edit Sample and Figures Edit.
Notes to Implementers
Implemented by the environment.
Notes to Callers
Called by VSPackages to register and unregister its editor factory.
Methods
RegisterEditor(Guid, IVsEditorFactory, UInt32) |
Registers an editor. |
UnregisterEditor(UInt32) |
Unregisters an editor. |