IValueMap::get_Value method (pla.h)
Retrieves or sets the value of the collection.
This property is read/write.
Syntax
HRESULT get_Value(
VARIANT *Value
);
Parameters
Value
Return value
None
Remarks
Depending on the value of the IValueMap::ValueMapType property, this value is either one of the values in the collection or the value derived by combining all the item values in the collection with the OR operator.
The variant type is VT_UI8 if the ValueMapType enumeration is plaIndex, plaFlag or plaFlagArray.
The variant type is VT_UI4 if the ValueMapType enumeration is plaValidation.
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 |
DLL | Pla.dll |