Enum ObjectType

ObjectType enumeration

If the ForeignType attribute is “Object”, the ForeignData element must also have an ObjectType attribute.

[Flags]
public enum ObjectType

Values

NameValueDescription
LinkedObject100Linked object.
EmbeddedObject200Embedded object.
Control400Control.
OLE2Named4000OLE2 named.
OLE2Object8000OLE2 object.
UndefinedFFFFFFFF80000000Undefined.

See Also