IPageNavigator 接口

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

语法

声明
Public Interface IPageNavigator
public interface IPageNavigator

IPageNavigator 类型公开以下成员。

属性

  名称 说明
公共属性 ActivePage
公共属性 AnyUI
公共属性 AutoEnableButtons get/set true/false自动启用/禁用该导航按钮
公共属性 ButtonControl
公共属性 HeadlineIcon
公共属性 HeadlineText
公共属性 NavigationTree
公共属性 PageControl
公共属性 PageHeadlineControl
公共属性 Pages
公共属性 PageSelectorCheckmarkVisible get/set true/false显示/隐藏导航节点选中标记
公共属性 Policy
公共属性 Properties
公共属性 ShowButtons
公共属性 ShowHeadline
公共属性 ShowTree
公共属性 TreeControl
公共属性 VisibleButtons
公共属性 WizardHeadlineControl

页首

方法

  名称 说明
公共方法 AddPage(INavigationPage, INavigationPage)
公共方法 AddPage(INavigationPage, INavigationPage, String)
公共方法 AddSeparator
公共方法 Cancel
公共方法 CanGoTo
公共方法 CanGoToNext
公共方法 CanGoToPrevious
公共方法 EnableButton 请直接启用/禁用按钮
公共方法 Finish
公共方法 GetChildren 获取子页列出
公共方法 GetPage
公共方法 GetParent 获取父页
公共方法 GetVisibility 获取指定的页的可见性。
公共方法 GoToPage(Guid)
公共方法 GoToPage(INavigationPage)
公共方法 HasBeenActivated
公共方法 MoveNext
公共方法 MovePrevious
公共方法 RegisterProperty(INotifyPropertyChanged, String)
公共方法 RegisterProperty(DependencyObject, String)
公共方法 RegisterProperty(INotifyPropertyChanged, String, String, Boolean)
公共方法 RegisterProperty(DependencyObject, String, String, Boolean)
公共方法 RemovePage(Guid)
公共方法 RemovePage(INavigationPage)
公共方法 SetButtonText(ButtonType, String)
公共方法 SetButtonText(INavigationPage, ButtonType, String)
公共方法 SetVisibility 显示或隐藏页
公共方法 Start

页首

事件

  名称 说明
公共事件 ButtonState
公共事件 Canceled
公共事件 Canceling
公共事件 Finished
公共事件 Finishing
公共事件 Navigated
公共事件 Navigating
公共事件 PageAdded
公共事件 PageNodeDoubleClicked
公共事件 PageRemoved
公共事件 RegisteredPropertyChanged

页首

请参见

参考

Microsoft.TeamFoundation.Controls.WPF 命名空间