Source Control VSPackage Design Elements
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Source Control VSPackage Design Elements.
The topics in this section outline the structure the source control VSPackage must implement for deep integration. It also lists the interfaces and services that the source control VSPackage can implement, and the interfaces and services the source control VSPackage can use from other Visual Studio components to support its source control model and functionality.
VSPackage Structure
Defines the structure of the source control VSPackage.
Related Services and Interfaces
Lists source control package-related interfaces and services.
Services Provided
Describes the source control service provided by the source control VSPackage.
Creating a Source Control VSPackage
Discusses how to create a source control VSPackage that not only supplies source control functionality but can be used to customize the Visual Studio source control UI.