Click or drag to resize

IPropertyContainer Properties

The IPropertyContainer 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 propertyItem
Bracket operator for returning an untyped property from this object
Public propertyProperties
Gets or sets the raw properties for the object
Top
See Also