更新:2007 年 11 月
检索给定类型的范围。
HRESULT GetResolutionScope(
mdAssembly AssemblyID,
mdToken FileToken,
mdToken TargetFile,
mdToken* pScope
) PURE;
参数
AssemblyID
程序集的 ID。FileToken
需要一个引用的文件。TargetFile
文件的标记,类型定义在该文件中,通常通过 ImportFile 方法 检索。pScope
接收程序集或模块引用。
返回值
如果此方法成功,则返回 S_OK。
要求
需要 alink.h。