SourceControl Interface
Visual Studio 2015
Used to interact with current source control system.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | CheckOutItem(String^) | Checks the specified item out of source control. |
![]() | CheckOutItems(array<Object^>^) | Checks the specified items out of source control. |
![]() | ExcludeItem(String^, String^) | Excludes the specified item from the source control project. |
![]() | ExcludeItems(String^, array<Object^>^) | Excludes the specified items from the specified project. |
![]() | IsItemCheckedOut(String^) | Retrieves a Boolean value that indicates whether the specified item is checked out. |
![]() | IsItemUnderSCC(String^) | Retrieves a Boolean value that indicates whether the specified item is under source control. |
Show:

