SourceControl2::IsItemCheckedOut Method (String^)

 

Retrieves a Boolean value that indicates whether the specified item is checked out.

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

bool IsItemCheckedOut(
	String^ ItemName
)

Parameters

ItemName
Type: System::String^

The name of the file to check for checked-out status.

Return Value

Type: System::Boolean

true if the specified file is checked out; otherwise, false.

Return to top
Show: