SourceControl2 Interface

 

Used to interact with current source control system.

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

[GuidAttribute("111522AB-F439-4D85-9A36-1716DA4DA114")]
public interface class SourceControl2 : SourceControl

NameDescription
System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyParent

Gets- the immediate parent object of a SourceControl object.

NameDescription
System_CAPS_pubmethodCheckOutItem(String^)

Checks the specified item out of source control.

System_CAPS_pubmethodCheckOutItem2(String^, vsSourceControlCheckOutOptions)

Checks the specified item out of source control.

System_CAPS_pubmethodCheckOutItems(array<Object^>^)

Checks the specified items out of source control.

System_CAPS_pubmethodCheckOutItems2(array<Object^>^, vsSourceControlCheckOutOptions)

Checks the specified items out of source control.

System_CAPS_pubmethodExcludeItem(String^, String^)

Excludes the specified item from the source control project.

System_CAPS_pubmethodExcludeItems(String^, array<Object^>^)

Excludes the specified items from the specified project.

System_CAPS_pubmethodGetBindings(String^)

Gets the source control bindings object of the specified project or solution.

System_CAPS_pubmethodIsItemCheckedOut(String^)

Retrieves a Boolean value that indicates whether the specified item is checked out.

System_CAPS_pubmethodIsItemUnderSCC(String^)

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

System_CAPS_pubmethodUndoExcludeItem(String^, String^)

Include back an item into source code control.

System_CAPS_pubmethodUndoExcludeItems(String^, array<Object^>^)

Include back the specified items into source code control.

Return to top
Show: