Getting Started with Source Control VSPackages
A source-control VSPackage is a more advanced alternative to the source control plug-in. (See Creating a Source Control Plug-in for more information on source control plug-ins.) A source-control VSPackage enables complete control over the source control model, features, and user interface (UI), and it integrates into the Visual Studio environment as a VSPackage.
In This Section
- Determining Whether to Implement a Source Control VSPackage
Explains the choices for source control solutions and provides broad guidelines for choosing an appropriate integration path.
Related Sections
What's New in Source Control
Describes new features using VSPackages with source control.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.