Services Used in Samples
The samples provided by the Visual Studio SDK make use of many common services. A list of selected services, and the samples which use them, appears below:
Note |
|---|
| If both reference and unsupported samples are available, only the reference sample is listed. |
| Service | Sample |
|---|---|
| Deprecated. Use SVsFileChangeEx instead. | |
| SVsFileChangeEx | |
| Reference.HelpIntegration sample. | |
| SingleViewEditor sample. | |
| SingleViewEditor sample. | |
| Reference.Package Sample (C#), Reference.ToolWindow Sample (C#), and many other samples. | |
| SingleViewEditor sample. | |
| Reference.Package Sample (C#), Reference.ToolWindow Sample (C#), and many other samples. | |
| Basic Edit Sample, Basic Project Sample, Figures Project Sample. | |
| SingleViewEditor sample, Basic Project Sample, Figures Project Sample. | |
| Reference.ToolWindow Sample (C#), Basic Editor sample, and many other samples. | |
Remarks
You can search the samples for these, and any other services, from the Find in Files dialog in Visual Studio. Search these two folders, and their subfolders, for the service you want to find:
-
<SDK Installation Folder>\<Version>\VisualStudioIntegration\Samples
-
<SDK Installation Folder>\<Version>\VisualStudioIntegration\Archive
Note