Share via


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

'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("78036A8D-A04C-43E4-8BC0-846E63AFA9A2")> _
Public Interface IVsRegisterEditors
'Uso
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
[<InterfaceTypeAttribute()>]
[<GuidAttribute("78036A8D-A04C-43E4-8BC0-846E63AFA9A2")>]
type IVsRegisterEditors =  interface end
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.

See Also

Reference

IVsRegisterEditors Members

Microsoft.VisualStudio.Shell.Interop Namespace