SourceControl2::CheckOutItem2 Method (String^, vsSourceControlCheckOutOptions)

 

Checks the specified item out of source control.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

bool CheckOutItem2(
	String^ ItemName,
	vsSourceControlCheckOutOptions Flags
)

Parameters

ItemName
Type: System::String^

The full pathname to the file to check out.

Flags
Type: EnvDTE80::vsSourceControlCheckOutOptions

Provides version checkout options with the vsSourceControlCheckOutOptions.

Return Value

Type: System::Boolean

true if the item was successfully checked out; otherwise, False.

Return to top
Show: