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.
Declaration Syntax
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
Members
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 try to free resources and perform other cleanup operations before it 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. (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()()()() | Returns a string that represents the current object. (Inherited from Object.) |
Inheritance Hierarchy
Object | |
FeatureInfoCollection |
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)