SourceControl::CheckOutItem Method (String^)
Visual Studio 2015
Checks the specified item out of source control.
Assembly: EnvDTE (in EnvDTE.dll)
Parameters
- ItemName
-
Type:
System::String^
The full path to the file to check out.
Return Value
Type: System::BooleanA Boolean value indicating true if the item was successfully checked out; otherwise, false.
CheckOutItem checks out a project item that is under source control. This checks it out via the owning project and returns whether the checkout was successful.
Show: