Deployment Tools Foundation
FeatureInfoCollection Class
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► FeatureInfoCollection
Accessor for information about features within the context of an installation session.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ |
public sealed class FeatureInfoCollection : ICollection<FeatureInfo>, IEnumerable<FeatureInfo>, IEnumerable
Public NotInheritable Class FeatureInfoCollection _ Implements ICollection(Of FeatureInfo), IEnumerable(Of FeatureInfo), _ IEnumerable
public ref class FeatureInfoCollection sealed : ICollection<FeatureInfo^>, IEnumerable<FeatureInfo^>, IEnumerable
![](collapse_all.gif)
All Members | Methods | Properties | |||
|
|
|
Icon | Member | Description |
---|---|---|
![]() |
Contains(String) |
Checks if the collection contains a feature.
|
![]() |
CopyTo(array<FeatureInfo>[]()[], Int32) |
Copies the features into an array.
|
![]() |
Count |
Gets the number of features defined for the product.
|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetEnumerator()()() |
Enumerates the features in the collection.
|
![]() |
GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() |
GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Item[([(String])]) |
Gets information about a feature within the context of an installation session.
|
![]() |
MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString()()() | (Inherited from Object.) |
![](collapse_all.gif)
Object | |
![]() |
FeatureInfoCollection |