VsShellUtilities.OpenDocumentWithSpecificEditor 方法 (IServiceProvider, String, Guid, Guid, IVsUIHierarchy%, UInt32%, IVsWindowFrame%)

使用枚举指定编辑器,打开指定的文档。

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Public Shared Sub OpenDocumentWithSpecificEditor ( _
    provider As IServiceProvider, _
    fullPath As String, _
    editorType As Guid, _
    logicalView As Guid, _
    <OutAttribute> ByRef hierarchy As IVsUIHierarchy, _
    <OutAttribute> ByRef itemID As UInteger, _
    <OutAttribute> ByRef windowFrame As IVsWindowFrame _
)
public static void OpenDocumentWithSpecificEditor(
    IServiceProvider provider,
    string fullPath,
    Guid editorType,
    Guid logicalView,
    out IVsUIHierarchy hierarchy,
    out uint itemID,
    out IVsWindowFrame windowFrame
)

参数

  • editorType
    类型:System.Guid
    编辑类型的 GUID 使用的。
  • logicalView
    类型:System.Guid
    打开的文档的逻辑视图 GUID。

.NET Framework 安全性

请参见

参考

VsShellUtilities 类

OpenDocumentWithSpecificEditor 重载

Microsoft.VisualStudio.Shell 命名空间