SourceControl2 Methods
Visual Studio 2015
Namespace:
EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
| Name | Description | |
|---|---|---|
![]() | CheckOutItem(String^) | Checks the specified item out of source control. |
![]() | CheckOutItem2(String^, vsSourceControlCheckOutOptions) | Checks the specified item out of source control. |
![]() | CheckOutItems(array<Object^>^) | Checks the specified items out of source control. |
![]() | CheckOutItems2(array<Object^>^, vsSourceControlCheckOutOptions) | 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. |
![]() | 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^, array<Object^>^) | Include back the specified items into source code control. |
Show:
