Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'Declaration
Sub SwapRows ( _
row1 As Integer, _
row2 As Integer _
)
void SwapRows(
int row1,
int row2
)
void SwapRows(
int row1,
int row2
)
abstract SwapRows :
row1:int *
row2:int -> unit
function SwapRows(
row1 : int,
row2 : int
)
Parameters
- row1
Type: System.Int32
- row2
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.