SourceControl2::CheckOutItem Method (String^)
Visual Studio 2015
Checks the specified item out of source control.
Assembly: EnvDTE80 (in EnvDTE80.dll)
Parameters
- ItemName
-
Type:
System::String^
The full pathname to the file to check out.
Implements
SourceControl::CheckOutItem(String^)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: