Represents the collection of answer file setting overrides.

The following tables list the members exposed by the AnswerFileSettingOverrideCollection type.

Public Properties

  Name Description
Count Retrieves the number of items in the collection.
Top

Public Methods (see also Protected Methods )

  Name Description
Create Adds a setting override to the answer file for the component specified by an identity. Creates or returns an existing setting override specified by a path and a configuration pass. Internally, creates all parent overrides if necessary.
Equals  Overloaded. (inherited from Object )
FindAll Overloaded.  
FindAny Finds a single setting override specified by an identity, a path and a configuration pass.
GetEnumerator Returns the enumerator for the collection.
GetHashCode  (inherited from Object )
GetType  (inherited from Object )
ReferenceEquals  (inherited from Object )
ToString  (inherited from Object )
Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )
Top

See Also