IXamlIndexingReader Interface

Definition

Provides a service that represents indexed node control for a simple implementation of a node-based XAML reader.

public interface class IXamlIndexingReader
public interface IXamlIndexingReader
type IXamlIndexingReader = interface
Public Interface IXamlIndexingReader

Remarks

IXamlIndexingReader maintains its own index in an externally provided list of nodes. The list can be accessed by using an Index delegate. This design enables multiple XAML readers to access the same fixed-index node set.

Properties

Count

Gets the number of nodes in the current external node set.

CurrentIndex

Gets or sets the index number of the current reader position for the indexed list view of XAML nodes.

Applies to

See also