IMsmDependency 接口 (mergemod.h)
IMsmDependency 接口检索单个模块依赖项的详细信息。
继承
IMsmDependency 接口继承自 IDispatch 接口。 IMsmDependency 还具有以下类型的成员:
方法
IMsmDependency 接口包含以下方法。
IMsmDependency::get_Language get_Language 方法检索 Dependency 对象的 Language 属性。 此方法返回所需模块的 LANGID。 |
IMsmDependency::get_Module get_Module 方法检索 Dependency 对象的 Module 属性。 此方法以 BSTR 的形式返回当前字符串所需的模块的 ModuleID。 ModuleID 的格式与 ModuleSignature 表中使用的格式相同。 |
IMsmDependency::get_Version get_Version 方法检索 Dependency 对象的 Version 属性。 此方法以 BSTR 的形式返回所需模块的版本。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Mergemod.dll 1.0 或更高版本 |
目标平台 | Windows |
标头 | mergemod.h |