This documentation is archived and is not being maintained.
UpdateLocalVersionQueue::QueueUpdate Method (Int32, String, Int32)
Visual Studio 2013
Note: This API is now obsolete.
Queues the specified item for update.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
[ObsoleteAttribute(L"Queuing local version updates solely by item ID is deprecated. Please use another overload of QueueUpdate.")] public: void QueueUpdate( int itemId, String^ targetLocalItem, int localVersion )
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.
- 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.
Show: