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
Public Sub SwapRows ( _
row1 As Integer, _
row2 As Integer _
)
public void SwapRows(
int row1,
int row2
)
public:
virtual void SwapRows(
int row1,
int row2
) sealed
abstract SwapRows :
row1:int *
row2:int -> unit
override SwapRows :
row1:int *
row2:int -> unit
public final function SwapRows(
row1 : int,
row2 : int
)
Parameters
- row1
Type: System.Int32
- row2
Type: System.Int32
Implements
IRowSet.SwapRows(Int32, 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.