IPropertyContainer::GetPropertyString
virtual boolIPropertyContainer::GetPropertyString(const PropertyIdpropId, BSTR&propVal)
Get a property value as a string using the property ID.
Defined in: PropIface.h
Return Value
Returns true if the property value for the given property ID is found and successfully converted to a string, otherwise it returns false.
Parameters
propId
Property ID to retrieve.
propVal
Output parameter to receive the string value.