Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
<ObsoleteAttribute("Queuing local version updates solely by item ID is deprecated. Please use another overload of QueueUpdate.")> _
Public Sub QueueUpdate ( _
    itemId As Integer, _
    targetLocalItem As String, _
    localVersion As Integer _
)
[ObsoleteAttribute("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
)
[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
)
[<ObsoleteAttribute("Queuing local version updates solely by item ID is deprecated. Please use another overload of QueueUpdate.")>]
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.