Share via


PageNavigator.RegisterProperty Method (INotifyPropertyChanged, String, String, Boolean)

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
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
)
public:
virtual void RegisterProperty(
    INotifyPropertyChanged^ source, 
    String^ name, 
    String^ id, 
    bool autoRefresh
) sealed
abstract RegisterProperty : 
        source:INotifyPropertyChanged * 
        name:string * 
        id:string * 
        autoRefresh:bool -> unit  
override RegisterProperty : 
        source:INotifyPropertyChanged * 
        name:string * 
        id:string * 
        autoRefresh:bool -> unit
public final function RegisterProperty(
    source : INotifyPropertyChanged, 
    name : String, 
    id : String, 
    autoRefresh : boolean
)

Parameters

Implements

IPageNavigator.RegisterProperty(INotifyPropertyChanged, String, String, Boolean)

.NET Framework Security

See Also

Reference

PageNavigator Class

RegisterProperty Overload

Microsoft.TeamFoundation.Controls.WPF Namespace