Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IXamlIndexingReader Interface

Definition

Namespace:
System.Xaml
Assembly:
System.Xaml.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

Name Description
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


Feedback

Was this page helpful?