SourceControl.IsItemCheckedOut(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a Boolean value that indicates whether the specified item is checked out.
public:
bool IsItemCheckedOut(System::String ^ ItemName);
public:
bool IsItemCheckedOut(Platform::String ^ ItemName);
bool IsItemCheckedOut(std::wstring const & ItemName);
[System.Runtime.InteropServices.DispId(4)]
public bool IsItemCheckedOut (string ItemName);
[<System.Runtime.InteropServices.DispId(4)>]
abstract member IsItemCheckedOut : string -> bool
Public Function IsItemCheckedOut (ItemName As String) As Boolean
Parameters
- ItemName
- String
The name of the file to check for checked-out status.
Returns
A Boolean value indicating true
if the specified file is checked out; otherwise, false
.
- Attributes