IVsIntellisenseProjectHost.CreateFileCodeModel 方法

检索特定文件的代码模型。

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

语法

声明
Function CreateFileCodeModel ( _
    pszFilename As String, _
    <OutAttribute> ByRef ppCodeModel As Object _
) As Integer
int CreateFileCodeModel(
    string pszFilename,
    out Object ppCodeModel
)

参数

  • pszFilename
    类型:System.String
    [in] 包含文件名称的字符串。
  • ppCodeModel
    类型:System.Object%
    [out] 对于代码模型的实例的 IUnknown 接口的指针。

返回值

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

备注

Intellisense 项目 (实现 IVsIntellisenseProject的项目) 中调用此方法获取特定文件名的代码模型。通常此方法通过调用 IVsIntellisenseProject 接口的 GetFileCodeModel 方法检索代码模型。

.NET Framework 安全性

请参见

参考

IVsIntellisenseProjectHost 接口

Microsoft.VisualStudio.Shell.Interop 命名空间