Interfaccia IPageNavigator
Spazio dei nomi: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Sintassi
'Dichiarazione
Public Interface IPageNavigator
public interface IPageNavigator
Il tipo IPageNavigator espone i seguenti membri.
Proprietà
Nome | Descrizione | |
---|---|---|
ActivePage | ||
AnyUI | ||
AutoEnableButtons | Ottenere/impostare true/false automaticamente di attivare o disabilitare i pulsanti di navigazione | |
ButtonControl | ||
HeadlineIcon | ||
HeadlineText | ||
NavigationTree | ||
PageControl | ||
PageHeadlineControl | ||
Pages | ||
PageSelectorCheckmarkVisible | Ottenere/impostare mostrare true/false o nascondere il segno di spunta il nodo di navigazione | |
Policy | ||
Properties | ||
ShowButtons | ||
ShowHeadline | ||
ShowTree | ||
TreeControl | ||
VisibleButtons | ||
WizardHeadlineControl |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
AddPage(INavigationPage, INavigationPage) | ||
AddPage(INavigationPage, INavigationPage, String) | ||
AddSeparator | ||
Cancel | ||
CanGoTo | ||
CanGoToNext | ||
CanGoToPrevious | ||
EnableButton | Direttamente attivare o disabilitare un pulsante | |
Finish | ||
GetChildren | Ottenere l'elenco delle pagine figlio | |
GetPage | ||
GetParent | Ottenere la pagina padre | |
GetVisibility | Ottenere la visibilità della pagina specifica. | |
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 | Mostra/nascondi una pagina | |
Start |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
ButtonState | ||
Canceled | ||
Canceling | ||
Finished | ||
Finishing | ||
Navigated | ||
Navigating | ||
PageAdded | ||
PageNodeDoubleClicked | ||
PageRemoved | ||
RegisteredPropertyChanged |
In alto