Installer.ComponentQualifiers 属性

ComponentQualifiers 属性是一个只读属性,此属性返回一个 StringList 对象,以枚举指定组件的已注册限定符集。

此属性为只读。

语法

propVal = Installer.ComponentQualifiers

属性值

表示组件类别的字符串 GUID。

备注

为了枚举限定符,应用程序使用 For Each 构造循环访问 StringList 对象。 由于限定符是无序的,因此任何新限定符都有任意索引,这意味着函数可以按任何顺序返回限定符。

要求

要求
版本
Windows Server 2012、Windows 8、Windows Server 2008 R2 或 Windows 7 上的 Windows Installer 5.0。 Windows Server 2008 或 Windows Vista 上的 Windows Installer 4.0 或 Windows Installer 4.5。 Windows Server 2003 或 Windows XP 上的 Windows Installer
DLL
Msi.dll
IID
IID_IInstaller 定义为 000C1090-0000-0000-C000-000000000046

另请参阅

MsiEnumComponentQualifiers