IValueMapItem interface (pla.h)
Defines a name/value pair.
To get this interface, call the IValueMap::Item property.
To create this interface, call the IValueMap::CreateValueMapItem method.
Inheritance
The IValueMapItem interface inherits from the IDispatch interface.
Methods
The IValueMapItem interface has these methods.
IValueMapItem::get_Description Retrieves or sets a description of the item. (Get) |
IValueMapItem::get_Enabled Retrieves or sets a value that indicates whether the item is enabled. (Get) |
IValueMapItem::get_Key Retrieves or sets the name of the item. (Get) |
IValueMapItem::get_Value Retrieves or sets the value of the item. (Get) |
IValueMapItem::get_ValueMapType Retrieves or sets the type of the item. (Get) |
IValueMapItem::put_Description Retrieves or sets a description of the item. (Put) |
IValueMapItem::put_Enabled Retrieves or sets a value that indicates whether the item is enabled. (Put) |
IValueMapItem::put_Key Retrieves or sets the name of the item. (Put) |
IValueMapItem::put_Value Retrieves or sets the value of the item. (Put) |
IValueMapItem::put_ValueMapType Retrieves or sets the type of the item. (Put) |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | pla.h |