IIndentedListViewItemDataSource 介面
縮排的項目之清單檢視的介面
命名空間: Microsoft.TeamFoundation.Controls.WPF.TeamExplorer
組件: Microsoft.TeamFoundation.Controls (在 Microsoft.TeamFoundation.Controls.dll 中)
語法
'宣告
Public Interface IIndentedListViewItemDataSource _
Inherits INotifyPropertyChanged
public interface IIndentedListViewItemDataSource : INotifyPropertyChanged
IIndentedListViewItemDataSource 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
IndentLevel | 取得或設定縮排層級。0 並不表示縮排。 | |
IsExpanded | 取得或設定 TRUE 為項目展開 | |
IsSelected | 取得或設定 TRUE 為已選取項目 |
回頁首
事件
名稱 | 說明 | |
---|---|---|
PropertyChanged | 發生於屬性值變更時。 (繼承自 INotifyPropertyChanged)。 |
回頁首