SourceControl::CheckOutItems Method (array<Object^>^)
Visual Studio 2015
Checks the specified items out of source control.
Assembly: EnvDTE (in EnvDTE.dll)
Parameters
- ItemNames
-
Type:
array<System::Object^>^
An array of strings that identify the items to be checked out.
Return Value
Type: System::BooleanA Boolean value indicating true if the items were successfully checked out; otherwise, false.
CheckOutItems checks out the project items that are under source control as specified in the SafeArray. This checks it out via the owning project and returns whether the checkout was successful.
Show: