SourceControl Methods

 

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

NameDescription
System_CAPS_pubmethodCheckOutItem(String^)

Checks the specified item out of source control.

System_CAPS_pubmethodCheckOutItems(array<Object^>^)

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_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.

Return to top
Show: