Deployment Tools Foundation
Qualifiers Property
Gets the set of registered qualifiers for the component.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public IEnumerable<ComponentInstallation..::..Qualifier> Qualifiers { get; }
Public ReadOnly Property Qualifiers As IEnumerable(Of ComponentInstallation..::..Qualifier) Get
public: property IEnumerable<ComponentInstallation..::..Qualifier>^ Qualifiers { IEnumerable<ComponentInstallation..::..Qualifier>^ get (); }
Return Value
IEnumerable<(Of <(<'ComponentInstallation..::..Qualifier>)>)>
Enumeration of the qulifiers for the component.
Enumeration of the qulifiers for the component.
Remarks
Because qualifiers are not ordered, any new qualifier has an arbitrary index, meaning the function can return qualifiers in any order.
Win32 MSI API: MsiEnumComponentQualifiers
Exceptions
Exception | Condition |
---|---|
InstallerException | The installer configuration data is corrupt |
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)