IVsEditorFactory2 Interface

Definition

Creates instances of document view objects and of data objects.

public interface class IVsEditorFactory2
public interface class IVsEditorFactory2
__interface IVsEditorFactory2
[System.Runtime.InteropServices.Guid("8ABD2347-3360-46AE-96FA-3B70A44D3F73")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsEditorFactory2
[System.Runtime.InteropServices.Guid("8ABD2347-3360-46AE-96FA-3B70A44D3F73")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEditorFactory2
[<System.Runtime.InteropServices.Guid("8ABD2347-3360-46AE-96FA-3B70A44D3F73")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsEditorFactory2 = interface
[<System.Runtime.InteropServices.Guid("8ABD2347-3360-46AE-96FA-3B70A44D3F73")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEditorFactory2 = interface
Public Interface IVsEditorFactory2
Attributes

Remarks

This interface provides members in addition to IVsEditorFactory.

Methods

RetargetCodeOrDesignerToOpen(String, Guid, IVsHierarchy, UInt32, UInt32, UInt32, Guid, String, Guid)

Re-targets the item opened by View commands.

Applies to