ISWiConditions Collection
InstallShield 2020 » Automation Interface
Project:This information applies to the following project types:
| • | Basic MSI | 
| • | InstallScript MSI | 
The ISWiConditions collection contains all of the conditions associated with a specified feature. ISWiConditions provides an interface for enumerating all of the conditions in a feature.
Members
| Name | Type | Description | 
| Count | Read-Only Property | Use this property to return the total number of elements in the ISWiConditions collection. | 
| Item | Read-Only Property | Provide the index number of the condition in order to retrieve the ISWiCondition object. Item is the default property for ISWiConditions, which means that m_ISWiFeature.ISWiConditions.Item(2) is equivalent to m_ISWiFeature.ISWiConditions(2). | 
Applies To
| • | ISWiFeature |