SourceControl::IsItemCheckedOut Method (String^)
Visual Studio 2015
Retrieves a Boolean value that indicates whether the specified item is checked out.
Assembly: EnvDTE (in EnvDTE.dll)
Parameters
- ItemName
-
Type:
System::String^
The name of the file to check for checked-out status.
Return Value
Type: System::BooleanA Boolean value indicating true if the specified file is checked out; otherwise, false.
Show: