TreeViewItemEvents 类

继承层次结构

System.Object
  Microsoft.TeamFoundation.MVVM.TreeViewItemEvents

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

语法

声明
Public NotInheritable Class TreeViewItemEvents
public static class TreeViewItemEvents

TreeViewItemEvents 类型公开以下成员。

附加属性

  名称 说明
公共附加属性 CollapsedCommand
公共附加属性 CollapsedCommandParameter
公共附加属性 ExpandedCommand
公共附加属性 ExpandedCommandParameter
公共附加属性 SelectedCommand
公共附加属性 SelectedCommandParameter
公共附加属性 UnselectedCommand
公共附加属性 UnselectedCommandParameter

页首

方法

  名称 说明
公共方法静态成员 GetCollapsedCommand
公共方法静态成员 GetCollapsedCommandParameter
公共方法静态成员 GetExpandedCommand
公共方法静态成员 GetExpandedCommandParameter
公共方法静态成员 GetSelectedCommand
公共方法静态成员 GetSelectedCommandParameter
公共方法静态成员 GetUnselectedCommand
公共方法静态成员 GetUnselectedCommandParameter
公共方法静态成员 SetCollapsedCommand
公共方法静态成员 SetCollapsedCommandParameter
公共方法静态成员 SetExpandedCommand
公共方法静态成员 SetExpandedCommandParameter
公共方法静态成员 SetSelectedCommand
公共方法静态成员 SetSelectedCommandParameter
公共方法静态成员 SetUnselectedCommand
公共方法静态成员 SetUnselectedCommandParameter

页首

字段

  名称 说明
公共字段静态成员 CollapsedCommandParameterProperty
公共字段静态成员 CollapsedCommandProperty
公共字段静态成员 ExpandedCommandParameterProperty
公共字段静态成员 ExpandedCommandProperty
公共字段静态成员 SelectedCommandParameterProperty
公共字段静态成员 SelectedCommandProperty
公共字段静态成员 UnselectedCommandParameterProperty
公共字段静态成员 UnselectedCommandProperty

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参见

参考

Microsoft.TeamFoundation.MVVM 命名空间