ObjectType

ObjectType enumeration

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

[Flags]
public enum ObjectType

Values

Name Value Description
LinkedObject 100 Linked object.
EmbeddedObject 200 Embedded object.
Control 400 Control.
OLE2Named 4000 OLE2 named.
OLE2Object 8000 OLE2 object.
Undefined FFFFFFFF80000000 Undefined.

See Also