Represents the collection of all setting overrides in a component.

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

Public Properties

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

Public Methods (see also Protected Methods )

  Name Description
Equals  Overloaded. (inherited from Object )
FindAll Retrieves all overrides in all configuration passes that match a specified path.
FindAny Retrieves a single setting override specified by path.
GetEnumerator Retrieves an enumerator that can iterate over ComponentSettingOverrideCollection.
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