Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
声明
Public Sub New ( _
    workspace As Workspace _
)
public UpdateLocalVersionQueue(
    Workspace workspace
)
public:
UpdateLocalVersionQueue(
    Workspace^ workspace
)
new : 
        workspace:Workspace -> UpdateLocalVersionQueue
public function UpdateLocalVersionQueue(
    workspace : Workspace
)
Parameters
- workspace
 Type: Microsoft.TeamFoundation.VersionControl.Client.Workspace
.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.