INavigationNode.InsertNode Method

[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
Sub InsertNode ( _
    page As INavigationNode, _
    index As Integer _
)
void InsertNode(
    INavigationNode page,
    int index
)
void InsertNode(
    INavigationNode^ page, 
    int index
)
abstract InsertNode : 
        page:INavigationNode * 
        index:int -> unit
function InsertNode(
    page : INavigationNode, 
    index : int
)

Parameters

.NET Framework Security

See Also

Reference

INavigationNode Interface

Microsoft.TeamFoundation.Controls.WPF Namespace