SourceControl2 Methods

 

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

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: