Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
RetargetCodeOrDesignerToOpen | Re-targets the item opened by View commands. |
Top
Remarks
This interface provides members in addition to IVsEditorFactory.
.gif)