Click or drag to resize

ISubdocument Properties

The ISubdocument type exposes the following members.

Properties
  NameDescription
Public propertyActionQueue
Gets the queue that is used for scheduling operations on the object. If operations are performed outside of this queue for properties marked with FromQueueOnly a ThreadSafetyViolationException will be thrown.
(Inherited from IThreadSafe.)
Public propertyDocument
Gets the parent document for this subdocument
Public propertyExists
Gets whether or not this subdocument has been saved into a document yet
Public propertyItem
Bracket operator for returning an untyped property from this object
(Inherited from IPropertyContainer.)
Public propertyProperties
Gets or sets the raw properties for the object
(Inherited from IPropertyContainer.)
Top
See Also