Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As IVsRegisterEditors
[InterfaceTypeAttribute()]
[GuidAttribute("78036A8D-A04C-43E4-8BC0-846E63AFA9A2")]
public interface IVsRegisterEditors
[InterfaceTypeAttribute()]
[GuidAttribute(L"78036A8D-A04C-43E4-8BC0-846E63AFA9A2")]
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.