Visual Studio SDK
Visual Studio Integration Samples

The Visual Studio SDK includes samples that demonstrate how to integrate what you develop into the Visual Studio integrated development environment (IDE). The source code directory of each sample includes a document named Overview.xml, which contains detailed implementation notes for that sample.

To view the samples, click the Samples tab in the SDK Browser. The SDK Browser is displayed when you start the Visual Studio SDK. On the Samples tab, browse to find the sample that you want to view.

Working with Samples

The Samples tab has three control panes at the top and a viewing pane at the bottom. Select a category in the left control pane to filter the samples in the middle control pane according to that category. Select a sample in the middle pane to display its documentation in the viewing pane and set available options in the right control pane.

The right control pane provides the following options for working with the selected sample, depending on what is available in the sample.

Open this Sample in Visual Studio

Copies the original sample folder to a location in your document store, if not already present, and opens the copy in the IDE.

Open this Sample's Unit Tests in Visual Studio

Copies the original sample folder to a location in your document store, if not already present, and opens the associated unit tests in the IDE.

Open Sample Folder

Copies the original sample folder to a location in your document store, if not already present, and opens the folder.

Reset the Sample to its unmodified state

Copies the original sample folder to a location in your document store and overwrites any version that you may have already modified.

Change cache location for samples

Opens a dialog box in which you can change the location of your document store.

NoteNote:

When you open samples by using the SDK browser and the default document store location, you do not have to have administrator rights for Visual Studio because the default location is in your user folder. Opening sample files from other locations may require administrator rights.

Other Samples

In addition to viewing the samples that are included in the Visual Studio SDK, you can also examine the samples on the Visual Studio Extensibility Developer Center Web site.

See Also

Other Resources

Tags :


Community Content

Thomas Lee
Your package-based DDEX provider sample for VS2008 doesn't work.
It doesn't appear in the list of providers available when adding a connection via the Server Explorer when running Visual Studio from the Experimental registry hive in RANU (run as normal user) mode.
In fact it doesn't work in production VisualStudio\9.0\ registry root either.
I have a working VS 2005 DDEX package-based provider. I need to migrate it to be compatible with VS 2008.
It seems like you may have changed the FactoryService GUID ?

Is there anyway to debug or log what's going on (package load analyzer doesn't even show DDEX providers).

[tfl - 07 05 09] Hi - and thanks for your post. You should post questions like this to the MSDN Forums at http://forums.microsoft.com/msdn or the MSDN Newsgroups at http://www.microsoft.com/communities/newsgroups/en-us/. You are much more likely get a quicker response using the forums than through the Community Content. For specific help about:
Visual Studio  : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.vstudio%2C&
.NET Framework : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.dotnet.framework
All Public     : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public%2C&

Thomas Lee
FactoryService for DDEX provider broken in VS 2008?
Well I've spent (wasted) about a day looking into this so far and it appears that if you specify the FactoryService in the DataProvider key it will render the DDEX provider unusable. It won't even appear in the list of available providers.

This is contrary to how package-based providers work in VS2005. What am I missing here?

[tfl - 07 05 09] Hi - and thanks for your post. You should post questions like this to the MSDN Forums at http://forums.microsoft.com/msdn or the MSDN Newsgroups at http://www.microsoft.com/communities/newsgroups/en-us/. You are much more likely get a quicker response using the forums than through the Community Content. For specific help about:
Visual Studio  : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.vstudio%2C&
.NET Framework : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.dotnet.framework
All Public     : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public%2C&


Page view tracker