Click or drag to resize

ObjectContext Properties

The ObjectContext type exposes the following members.

Properties
  NameDescription
Public propertyContextType
The type of value this context contains.
(Overrides ExpansionContextTContextType.)
Public propertyCount
Gets the number of elements contained in the list.
(Inherited from ExpansionContextT.)
Public propertyIsReadOnly
Indicates if the list can be modified, or is readonly.
(Inherited from ExpansionContextT.)
Public propertyItem
Gets or sets the item at the specified index. Ignores null values.
(Inherited from ExpansionContextT.)
Protected propertyList
Internal list.
(Inherited from ExpansionContextT.)
Public propertyText
A string representation of the values contained.
(Overrides ExpansionContextTText.)
Public propertyType
The type of item this list contains.
(Inherited from ExpansionContextT.)
Top
See Also