PageNavigator.RegisterProperty Method (INotifyPropertyChanged, String)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Parameters

Implements

IPageNavigator.RegisterProperty(INotifyPropertyChanged, String)

.NET Framework Security

See Also

Reference

PageNavigator Class

RegisterProperty Overload

Microsoft.TeamFoundation.Controls.WPF Namespace