VSPackage Samples
The following table includes a list of samples in the Visual Studio SDK that demonstrate VSPackage functionality.
In This Section
- Reference.Package Sample (C#)
-
The Reference.Package C# sample includes four implementations of a VSPackage.
- Reference.Package Sample (C++)
-
Uses the Visual Studio Library to implement a VSPackage.
- Managed Basic Package Sample (C#)
-
A sample VSPackage that demonstrates how to use Visual Studio interop assemblies and the managed package helper classes to create and register a basic implementation of a VSPackage.
- Options Package Sample (C++)
-
Contributes a page to the Options dialog box on the Tools menu.
- OptionsPage Sample (C#)
-
Supplies two property pages that appear in the Visual Studio Options dialog box.
- ProvidesObject Sample (C#)
-
Demonstrates how to create a local object registered in the local registry.
- AutoExtender Sample (C#)
-
Demonstrates how to use Visual Studio SDK interop assemblies and the managed package framework (MPF) classes to create and register two extenders.