INameValue interface
Represents a name/value pair.
To get this interface, call the INameValueCollection::GetEnumerator method to get an IEnumVARIANT interface pointer. Use the IEnumVARIANT::Next method to enumerate the items of the collection. Each item in the collection is a variant whose type is VT_DISPATCH. Query the pdispVal member of the variant to get the INameValue interface.
Members
The INameValue interface inherits from the IDispatch interface. INameValue also has these types of members:
- Methods
Methods
The INameValue interface has these methods.
Method | Description |
---|---|
get_Name | Retrieves the name. |
get_Value | Retrieves the value. |
Requirements
Product |
Compute Cluster Pack Client Utilities |
Type library |
Ccpapi.tlb |