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)

[InterfaceTypeAttribute(1)]
[GuidAttribute("78036A8D-A04C-43E4-8BC0-846E63AFA9A2")]
public interface IVsRegisterEditors

NameDescription
System_CAPS_pubmethodRegisterEditor(Guid, IVsEditorFactory, UInt32)

Registers an editor.

System_CAPS_pubmethodUnregisterEditor(UInt32)

Unregisters an editor.

See illustrations of the implementation and/or calling of this interface in the samples and .f70f18ac-6544-465f-a031-5eba0ef02572f08872bd-fd9c-4e36-8cf2-a2a2622ef986

Notes to Implementers:

Implemented by the environment.

Notes to Callers:

Called by VSPackages to register and unregister its editor factory.

Return to top
Show: