IVsRegisterEditors Interface
Registers and unregisters editors in the environment.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("78036A8D-A04C-43E4-8BC0-846E63AFA9A2")> _
Public Interface IVsRegisterEditors
[InterfaceTypeAttribute()]
[GuidAttribute("78036A8D-A04C-43E4-8BC0-846E63AFA9A2")]
public interface IVsRegisterEditors
[InterfaceTypeAttribute()]
[GuidAttribute(L"78036A8D-A04C-43E4-8BC0-846E63AFA9A2")]
public interface class IVsRegisterEditors
[<InterfaceTypeAttribute()>]
[<GuidAttribute("78036A8D-A04C-43E4-8BC0-846E63AFA9A2")>]
type IVsRegisterEditors = interface end
public interface IVsRegisterEditors
The IVsRegisterEditors type exposes the following members.
Methods
Name | Description | |
---|---|---|
RegisterEditor | Registers an editor. | |
UnregisterEditor | Unregisters an editor. |
Top
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.