IIndentedListViewItemDataSource 接口

一个缩进项目的接口的列表视图

命名空间:  Microsoft.TeamFoundation.Controls.WPF.TeamExplorer
程序集:  Microsoft.TeamFoundation.Controls(在 Microsoft.TeamFoundation.Controls.dll 中)

语法

声明
Public Interface IIndentedListViewItemDataSource _
    Inherits INotifyPropertyChanged
public interface IIndentedListViewItemDataSource : INotifyPropertyChanged

IIndentedListViewItemDataSource 类型公开以下成员。

属性

  名称 说明
公共属性 IndentLevel get/set缩进级别。0表示没有缩进。
公共属性 IsExpanded get/set true是项目扩展
公共属性 IsSelected get/set true是选择项

页首

事件

  名称 说明
公共事件 PropertyChanged 在更改属性值时发生。 (继承自 INotifyPropertyChanged。)

页首

请参见

参考

Microsoft.TeamFoundation.Controls.WPF.TeamExplorer 命名空间