Click or drag to resize

TypedValueContext Properties

The TypedValueContext type exposes the following members.

Properties
  NameDescription
Public propertyContextType
The type of value this context contains.
(Inherited from ExpansionContextT.)
Public propertyCount
Gets the number of elements contained in the list.
(Inherited from ExpansionContextT.)
Public propertyDataType
The datatype of the values in this context.
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