IVsEditorFactory2 Interface

Creates instances of document view objects and of data objects.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

Syntax

'Declaration
<GuidAttribute("8ABD2347-3360-46AE-96FA-3B70A44D3F73")> _
<InterfaceTypeAttribute()> _
Public Interface IVsEditorFactory2
[GuidAttribute("8ABD2347-3360-46AE-96FA-3B70A44D3F73")]
[InterfaceTypeAttribute()]
public interface IVsEditorFactory2
[GuidAttribute(L"8ABD2347-3360-46AE-96FA-3B70A44D3F73")]
[InterfaceTypeAttribute()]
public interface class IVsEditorFactory2
[<GuidAttribute("8ABD2347-3360-46AE-96FA-3B70A44D3F73")>]
[<InterfaceTypeAttribute()>]
type IVsEditorFactory2 =  interface end
public interface IVsEditorFactory2

The IVsEditorFactory2 type exposes the following members.

Methods

  Name Description
Public method RetargetCodeOrDesignerToOpen Re-targets the item opened by View commands.

Top

Remarks

This interface provides members in addition to IVsEditorFactory.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace