PageNavigator.RegisterProperty, méthode (INotifyPropertyChanged, String, String, Boolean)
Espace de noms : Microsoft.TeamFoundation.Controls.WPF
Assembly : Microsoft.TeamFoundation.Controls (dans Microsoft.TeamFoundation.Controls.dll)
Syntaxe
'Déclaration
Public Sub RegisterProperty ( _
source As INotifyPropertyChanged, _
name As String, _
id As String, _
autoRefresh As Boolean _
)
public void RegisterProperty(
INotifyPropertyChanged source,
string name,
string id,
bool autoRefresh
)
Paramètres
- source
Type : System.ComponentModel.INotifyPropertyChanged
- name
Type : System.String
- id
Type : System.String
- autoRefresh
Type : System.Boolean
Implémentations
IPageNavigator.RegisterProperty(INotifyPropertyChanged, String, String, Boolean)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.