PivotItemEventArgs.Item 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
PivotItem Item();
void Item(PivotItem value);
public PivotItem Item { get; set; }
var pivotItem = pivotItemEventArgs.item;
pivotItemEventArgs.item = pivotItem;
Public Property Item As PivotItem
屬性值
會傳回 PivotItem。
適用於