Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.64 KB

File metadata and controls

33 lines (23 loc) · 1.64 KB
title Source Control VSPackage Design Elements
description Learn about the structure the source control VSPackage must implement and the interfaces and services that the source control VSPackage can implement.
ms.date 11/04/2016
ms.topic concept-article
helpviewer_keywords
source control packages, design elements
author tinaschrepfer
ms.author tinali
ms.subservice extensibility-integration

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.

In This Section

Defines the structure of the source control VSPackage.

Lists source control package-related interfaces and services.

Describes the source control service provided by the source control VSPackage.

Related Sections

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.