TypeSelector Element

A repeater content selector that matches repeated items based on type.

Syntax

<TypeSelector
    ContentName="string"
    Type="System.Type"
/>

Attributes

ContentName

Contains the content name.

Type

Contains the type to match.

Remarks

For an example, see the AdvancedMarkup.Repeater.ContentSelectors.mcml sample in the Sample Explorer.

Requirements

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also