The Read method retrieves a property value.
[value =] object.Read( bstrPropertyName )
| Part | Description |
|---|---|
| Object | Expression that evaluates to a PropertyBag object |
| BstrPropertyName | String identifying an exposed property by name |
| Value | Variant that receives the property value |
Generic BLOBs or objects are not supported as property values.
HRESULT Read(
BSTR bstrPropertyName,
VARIANT *pValue);