ICommonStructureService.ReorderNode Method

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'宣言
Sub ReorderNode ( _
    nodeUri As String, _
    moveBy As Integer _
)
void ReorderNode(
    string nodeUri,
    int moveBy
)
void ReorderNode(
    String^ nodeUri, 
    int moveBy
)
abstract ReorderNode : 
        nodeUri:string * 
        moveBy:int -> unit 
function ReorderNode(
    nodeUri : String, 
    moveBy : int
)

Parameters

.NET Framework Security

See Also

Reference

ICommonStructureService Interface

Microsoft.TeamFoundation.Server Namespace