Classes for Collection Management (Windows Embedded CE 6.0)

1/6/2010

This section describes the classes that you can use for object collections in Silverlight for Windows Embedded.

You can use these collection classes to access and modify collections that are loaded into the visual tree at run time. You can also use several of these collection classes to create new collections and add them to the visual tree.

Class Description

IXRCollection<In_T, Out_T>

Provides the base class for a generic collection of items.

IXRColorKeyFrameCollection

Represents a collection of IXRColorKeyFrame objects that can be accessed individually by index.

IXRColumnDefinitionCollection

Provides access to a strongly typed collection of IXRColumnDefinition objects.

IXRDoubleCollection

Represents a collection of float values.

IXRDoubleKeyFrameCollection

Represents a collection of IXRDoubleKeyFrame objects that can be accessed individually by index.

IXRGeometryCollection

Represents a collection of IXRGeometry objects.

IXRGradientStopCollection

Represents a collection of IXRGradientStop objects that can be accessed individually by index.

IXRInlineCollection

Provides access to a collection of IXRInline objects.

IXRItemCollection

Holds the list of items that together form the content of IXRItemsControl.

IXRObjectKeyFrameCollection

Represents a collection of IXRObjectKeyFrame objects that can be accessed individually by index.

IXRPathFigureCollection

Represents a collection of IXRPathFigure objects that collectively make up the geometry of an IXRPathGeometry object.

IXRPathSegmentCollection

Represents a collection of IXRPathSegment objects that can be accessed individually by index.

IXRPointCollection

Represents a collection of XRPoint values that can be accessed individually by index.

IXRPointKeyFrameCollection

Represents a collection of IXRPointKeyFrame objects that can be accessed individually by index.

IXRResourceDictionary

Provides a dictionary that contains keyed resources used by components of an application that is based on Silverlight.

IXRRowDefinitionCollection

Provides access to a strongly typed collection of IXRRowDefinition objects.

IXRSetterBaseCollection

Represents a collection of objects that inherit from IXRSetterBase.

IXRStrokeCollection

Represents a collection of IXRStroke objects.

IXRStylusPointCollection

Represents a collection of IXRStroke objects.

IXRTimelineCollection

Represents a collection of IXRTimeline objects.

IXRTransformCollection

Represents a collection of IXRTransform objects that can be accessed individually by index.

IXRTriggerActionCollection

Represents a collection of IXRTriggerAction derived objects.

IXRTriggerCollection

Represents a collection of IXRTriggerAction derived objects.

IXRUIElementCollection

Represents a collection of IXRUIElement objects.

IXRVisualStateCollection

Represents a collection of IXRVisualState objects that define state-dependent visual appearances for a user control.

IXRVisualStateGroupCollection

Represents a collection of IXRVisualStateGroup objects that contain mutually exclusive IXRVisualState objects and IXRVisualTransition objects that a control uses to go from one visual state to another.

IXRVisualTransitionCollection

Represents a collection of IXRVisualTransition objects that define visual behavior for state transitions of a user control.

See Also

Reference

Silverlight for Windows Embedded Classes