SourceControl::IsItemUnderSCC Method (String^)
Visual Studio 2015
Retrieves a Boolean value that indicates whether the specified item is under source control.
Assembly: EnvDTE (in EnvDTE.dll)
Parameters
- ItemName
-
Type:
System::String^
The name of the file.
Return Value
Type: System::BooleanA Boolean value indicating true if the item is under source control; otherwise false.
Show: