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.
Include Protected Members
Include Inherited Members
Checks out files for editing.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
PendEdit(String) | Checks out files for editing from the version-control repository. |
![]() |
PendEdit(array<String[]) | Checks out files for editing from the version-control repository. |
![]() |
PendEdit(String, RecursionType) | Checks out files for editing from the version-control repository. |
![]() |
PendEdit(array<String[], RecursionType) | Checks out files for editing from the version-control repository. |
![]() |
PendEdit(array<String[], RecursionType, String, LockLevel) | Checks out files for editing from the version-control repository. |
![]() |
PendEdit(array<String[], RecursionType, String, LockLevel, Boolean) | Checks out files for editing from the version-control repository. |
![]() |
PendEdit(array<String[], RecursionType, String, LockLevel, Boolean, PendChangesOptions) | Checks out files for editing from the version-control repository. |
![]() |
PendEdit(array<String[], RecursionType, String, LockLevel, Boolean, PendChangesOptions, array<String[]) | Checks out files for editing from the version-control repository. |
![]() |
PendEdit(array<String[], RecursionType, String, LockLevel, Boolean, PendChangesOptions, array<String[], array<String[]) | Checks out files for editing from the repository. Note that fileSpec may have wildcard characters only in the last element of the path (e.g., c:\abc*z\def\xyz is not allowed, but c:\abc\def\*.cs is). |
Top