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

[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 DependencyObject, _
    path As String, _
    id As String, _
    autoRefresh As Boolean _
)
public void RegisterProperty(
    DependencyObject source,
    string path,
    string id,
    bool autoRefresh
)
public:
virtual void RegisterProperty(
    DependencyObject^ source, 
    String^ path, 
    String^ id, 
    bool autoRefresh
) sealed
abstract RegisterProperty : 
        source:DependencyObject * 
        path:string * 
        id:string * 
        autoRefresh:bool -> unit  
override RegisterProperty : 
        source:DependencyObject * 
        path:string * 
        id:string * 
        autoRefresh:bool -> unit
public final function RegisterProperty(
    source : DependencyObject, 
    path : String, 
    id : String, 
    autoRefresh : boolean
)

Parameters

Implements

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

.NET Framework Security

See Also

Reference

PageNavigator Class

RegisterProperty Overload

Microsoft.TeamFoundation.Controls.WPF Namespace