IXamlIndexingReader.CurrentIndex 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定在 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
屬性值
目前讀取器位置的索引編號。
備註
使用 CurrentIndex 屬性時,您使用的是不需要使用 Read
或 Skip
周遊所有中繼節點的 XAML 節點讀取器模式。