Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 2.1 KB

what-s-new-in-the-source-control-plug-in-api-version-1-3.md

File metadata and controls

33 lines (29 loc) · 2.1 KB
title description ms.date ms.topic helpviewer_keywords author ms.author manager ms.subservice
What's new in the source control plug-in API 1.3
Learn about what's new in the Source Control Plug-in API version 1.3, which introduces the new functions to provide more advanced control.
11/04/2016
conceptual
source control plug-ins, what's new in API v1.3
what's new [Visual Studio SDK], source control plug-ins
maiak
maiak
mijacobs
extensibility-integration

What's New in the Source Control Plug-in API Version 1.3

The Source Control Plug-in API version 1.3 introduces the following new functions to provide more advanced control.

Changes

The following functions are new to the Source Control Plug-in API version 1.3:

Function Overview
SccGetExtendedCapabilities Allows additional capability bits to be reported
SccEnumChangedFiles Allows examination of files that have newer versions in the version control database than on the local disk
SccQueryChanges Allows examination of the state of name changes (renames, additions, and deletions) for specified files
SccPopulateDirList Allows examination of directories and files in the version control database
SccAddFilesFromSCC Adds a specified list of files from the version control database to the current project
SccBackgroundGet Performs a silent "Get" of the specified files (no user interface is shown)
SccGetUserOption Allows access to user-specific options

Related content