IVsProjectSpecificEditorMap2.GetSpecificEditorType 方法 (String, Guid%)

指定应该使用要编辑加载指定的文件。

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

语法

声明
Function GetSpecificEditorType ( _
    pszMkDocument As String, _
    <OutAttribute> ByRef pguidEditorType As Guid _
) As Integer
int GetSpecificEditorType(
    string pszMkDocument,
    out Guid pguidEditorType
)

参数

  • pszMkDocument
    类型:System.String
    [in] 字符串文档的唯一标记标识符形式对项目系统的。
  • pguidEditorType
    类型:System.Guid%
    [out, retval] 应用于实例化文件的一个编辑器编辑工厂的 GUID。

返回值

类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。

备注

COM 签名

从 vsshell.idl:

HRESULT IVsProjectSpecificEditorMap2::GetSpecificEditorType(
   [in] LPCOLESTR pszMkDocument,
   [out, retval] GUID *pguidEditorType
);

.NET Framework 安全性

请参见

参考

IVsProjectSpecificEditorMap2 接口

GetSpecificEditorType 重载

Microsoft.VisualStudio.Shell.Interop 命名空间