IVsDesignTimeAssemblyResolution.ResolveAssemblyPathInTargetFx 方法

解决该目标的程序集路径。net framework。

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

语法

声明
Function ResolveAssemblyPathInTargetFx ( _
    prgAssemblySpecs As String(), _
    cAssembliesToResolve As UInteger, _
    <OutAttribute> prgResolvedAssemblyPaths As VsResolvedAssemblyPath(), _
    <OutAttribute> ByRef pcResolvedAssemblyPaths As UInteger _
) As Integer
int ResolveAssemblyPathInTargetFx(
    string[] prgAssemblySpecs,
    uint cAssembliesToResolve,
    VsResolvedAssemblyPath[] prgResolvedAssemblyPaths,
    out uint pcResolvedAssemblyPaths
)

参数

  • prgAssemblySpecs
    类型:array<System.String[]
    程序集名称列表需要解决。
  • cAssembliesToResolve
    类型:System.UInt32
    程序集名称数。 prgAssemblySpecs传递的。
  • pcResolvedAssemblyPaths
    类型:System.UInt32%
    解析程序集的路径的数量。

返回值

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

.NET Framework 安全性

请参见

参考

IVsDesignTimeAssemblyResolution 接口

Microsoft.VisualStudio.Shell.Interop 命名空间