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.
Marks the provided local item for check-out the next time we would make a call to the server.
This method is only supported for server workspaces.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub QueueForEdit ( _
localItem As String _
)
public void QueueForEdit(
string localItem
)
public:
void QueueForEdit(
String^ localItem
)
member QueueForEdit :
localItem:string -> unit
public function QueueForEdit(
localItem : String
)
Parameters
localItem
Type: System.StringLocal item to check out
.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.