Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Checks out files for editing from the repository.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Dichiarazione
Public Function PendEdit ( _
paths As String() _
) As Integer
public int PendEdit(
string[] paths
)
public:
int PendEdit(
array<String^>^ paths
)
member PendEdit :
paths:string[] -> int
public function PendEdit(
paths : String[]
) : int
Parameters
- paths
Type: array<System.String[]
An array of paths to checkout for editing.
Return Value
Type: System.Int32
The number of files checked 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.