共用方式為


IXamlIndexingReader.CurrentIndex 屬性

定義

取得或設定在 XAML 節點索引清單檢視中,目前讀取器位置的索引編號。

public:
 property int CurrentIndex { int get(); void set(int value); };
public int CurrentIndex { get; set; }
member this.CurrentIndex : int with get, set
Public Property CurrentIndex As Integer

屬性值

Int32

目前讀取器位置的索引編號。

備註

使用 CurrentIndex 屬性時,您使用的是不需要使用 ReadSkip 周遊所有中繼節點的 XAML 節點讀取器模式。

適用於