INavigationNode.InsertNode Method
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
- index
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.