UpdateLocalVersionQueue.QueueUpdate Method
Queues the specified item for update.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Déclaration
Public Sub QueueUpdate ( _
itemId As Integer, _
targetLocalItem As String, _
localVersion As Integer _
)
public void QueueUpdate(
int itemId,
string targetLocalItem,
int localVersion
)
public:
void QueueUpdate(
int itemId,
String^ targetLocalItem,
int localVersion
)
member QueueUpdate :
itemId:int *
targetLocalItem:string *
localVersion:int -> unit
public function QueueUpdate(
itemId : int,
targetLocalItem : String,
localVersion : int
)
Parameters
- itemId
Type: System.Int32
The ID of the item to update.
- targetLocalItem
Type: System.String
The local path. Null if the workspace does not contain the item.
- localVersion
Type: System.Int32
The changeset version of the local item. It is 0 if the workspace does not contain the item.
.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.