SourceControl2 Interface
Used to interact with current source control system.
Assembly: EnvDTE80 (in EnvDTE80.dll)
| Name | Description | |
|---|---|---|
![]() | DTE | Gets the top-level extensibility object. |
![]() | Parent | Gets- the immediate parent object of a SourceControl object. |
| Name | Description | |
|---|---|---|
![]() | CheckOutItem(String) | Checks the specified item out of source control. |
![]() | CheckOutItem2(String, vsSourceControlCheckOutOptions) | Checks the specified item out of source control. |
![]() | CheckOutItems(Object[]) | Checks the specified items out of source control. |
![]() | CheckOutItems2(Object[], vsSourceControlCheckOutOptions) | Checks the specified items out of source control. |
![]() | ExcludeItem(String, String) | Excludes the specified item from the source control project. |
![]() | ExcludeItems(String, Object[]) | Excludes the specified items from the specified project. |
![]() | GetBindings(String) | Gets the source control bindings object of the specified project or solution. |
![]() | 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. |
![]() | UndoExcludeItem(String, String) | Include back an item into source code control. |
![]() | UndoExcludeItems(String, Object[]) | Include back the specified items into source code control. |

