SourceControl2::IsItemUnderSCC Method (String^)

 

Retrieves a Boolean value that indicates whether the specified item is under source control.

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

bool IsItemUnderSCC(
	String^ ItemName
)

Parameters

ItemName
Type: System::String^

The name of the file.

Return Value

Type: System::Boolean

true if the item is under source control; otherwise, false.

Return to top
Show: