QualifierDataCollection Class
Represents a collection of QualifierData objects.
Assembly: System.Management (in System.Management.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of QualifierData objects in the QualifierDataCollection. |
![]() | IsSynchronized | Gets a value indicating whether the object is synchronized. |
![]() | Item[String^] | Gets the specified QualifierData from the QualifierDataCollection. |
![]() | SyncRoot | Gets the object to be used for synchronization. |
| Name | Description | |
|---|---|---|
![]() | Add(String^, Object^) | Adds a QualifierData to the QualifierDataCollection. This overload specifies the qualifier name and value. |
![]() | Add(String^, Object^, Boolean, Boolean, Boolean, Boolean) | Adds a QualifierData to the QualifierDataCollection. This overload specifies all property values for a QualifierData. |
![]() | CopyTo(Array^, Int32) | Copies the QualifierDataCollection into an array. |
![]() | CopyTo(array<QualifierData^>^, Int32) | Copies the QualifierDataCollection into a specialized QualifierData array. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetEnumerator() | Returns an enumerator for the QualifierDataCollection. This method is strongly typed. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | Remove(String^) | Removes a QualifierData from the QualifierDataCollection by name. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator() | Returns an IEnumerator that iterates through the QualifierDataCollection. |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
The following example lists qualifier information about the Win32_Service class using the QualifierData class. For more information about Win32_Service, see the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




