Class SolutionConfigurationCollection
A collection of SolutionConfiguration
[DataContract("SolutionConfigurationCollection")]
public class SolutionConfigurationCollection : KeyedCollection<string, SolutionConfiguration>, IList<SolutionConfiguration>, ICollection<SolutionConfiguration>, IReadOnlyList<SolutionConfiguration>, IReadOnlyCollection<SolutionConfiguration>, IEnumerable<SolutionConfiguration>, IList, ICollection, IEnumerable
  - Inheritance
 - 
      objectSolutionConfigurationCollection
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Methods
GetKeyForItem(SolutionConfiguration)
When implemented in a derived class, extracts the key from the specified element.
protected override string GetKeyForItem(SolutionConfiguration item)
  Parameters
itemSolutionConfigurationThe element from which to extract the key.
Returns
- string
 The key for the specified element.