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
'Déclaration
<GuidAttribute("78036A8D-A04C-43E4-8BC0-846E63AFA9A2")> _
<InterfaceTypeAttribute()> _
Public Interface IVsRegisterEditors
'Utilisation
Dim instance As IVsRegisterEditors
[GuidAttribute("78036A8D-A04C-43E4-8BC0-846E63AFA9A2")]
[InterfaceTypeAttribute()]
public interface IVsRegisterEditors
[GuidAttribute(L"78036A8D-A04C-43E4-8BC0-846E63AFA9A2")]
[InterfaceTypeAttribute()]
public interface class IVsRegisterEditors
public interface IVsRegisterEditors
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.