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

Custom data class to house a collection (list) of WmiproprtyandValueStructures, expose IEnumerator functions

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

Syntax

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

WmiPropertyAndValues>
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
WmiPropertyAndValuesCollection _
	
Inherits 
Collection(
Of 

WmiPropertyAndValues)
[
SerializableAttribute]
public 
ref class 
WmiPropertyAndValuesCollection 
sealed : 
public 
Collection<

WmiPropertyAndValues^>

Members

                             
  All Members     Constructors      Properties      Methods      Explicit Interface Implementations   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

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

Inheritance Hierarchy

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

See Also