<ST_OleUpdate>
(OLE Update Types)
Indicates whether the linked object updates the cached data for the linked object automatically or only when the container calls IOleObject::Update or IOleLink::Update methods.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Update the link object whenever possible, this option corresponds to the 'automatic update' option in the Links dialog box. |
|
Update the link object only when IOleObject::Update or IOleLink::Update is called, this option coresponds to the Manual update option in the Links dialog box. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_OleUpdate">
<restriction base="xsd:string">
<enumeration value="OLEUPDATE_ALWAYS"/>
<enumeration value="OLEUPDATE_ONCALL"/>
</restriction>
</simpleType>