Item

PivotItemCollection indexer (1 of 2)

获取特定索引处的 PivotItem 对象。

public PivotItem this[int index] { get; }

也可以看看


PivotItemCollection indexer (2 of 2)

获取特定名称的 PivotItem 对象。

public PivotItem this[string itemValue] { get; }

也可以看看