[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Collection of configuration items

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
ConfigurationItemCollection : 
Collection<

ConfigurationItem>
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
ConfigurationItemCollection _
	
Inherits 
Collection(
Of 

ConfigurationItem)
[
SerializableAttribute]
public 
ref class 
ConfigurationItemCollection 
sealed : 
public 
Collection<

ConfigurationItem^>

Members

                       
  All Members     Properties      Methods      Explicit Interface Implementations   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
Add(T) (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
IList . . :: . . Add(Object) (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
Clear () () () () (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
ClearItems () () () () (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
Contains(T) (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
IList . . :: . . Contains(Object) (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
CopyTo( array< T > [] () [] [] , Int32) (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
ICollection . . :: . . CopyTo(Array, Int32) (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
Count (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetEnumerator () () () () (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
IEnumerable . . :: . . GetEnumerator () () () () (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
IndexOf(T) (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
IList . . :: . . IndexOf(Object) (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
Insert(Int32, T) (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
IList . . :: . . Insert(Int32, Object) (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
InsertItem(Int32, T) (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
IList . . :: . . IsFixedSize (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
ICollection < (Of < <' ( T > ) > > ) . . :: . . IsReadOnly (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
IList . . :: . . IsReadOnly (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
ICollection . . :: . . IsSynchronized (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
Item [ ( [ ( Int32 ] ) ] ) (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
Item [ ( [ ( String ] ) ] )
Gets a configuration item by unique ID
IList . . :: . . Item [ ( [ ( Int32 ] ) ] ) (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
Items (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
MemberwiseClone () () () () (Inherited from Object.)
Remove(T) (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
IList . . :: . . Remove(Object) (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
RemoveAt(Int32) (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
RemoveItem(Int32) (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
SetItem(Int32, T) (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
ICollection . . :: . . SyncRoot (Inherited from Collection < (Of < ( <' ConfigurationItem > ) > ) > .)
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

System . . :: . . Object
   System.Collections.ObjectModel . . :: . . Collection < (Of < ( <' ConfigurationItem > ) > ) >
     Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . ConfigurationItemCollection

See Also