Shell Utility Library |
The Shell Utility Library provides helper classes for Visual Studio Extensions written in managed code that interact with the shell.
Library Status: Public
This package may be installed through NuGet using the following package ID.
Tvl.VisualStudio.Shell.Utility.10: For extensions targeting Visual Studio 2010 and newer.
This is a Utility Library package, as described on the Packages page. If you are registering this assembly using the ProvideCodeBaseAttribute attribute, use the following code to replace the described placeholders.
[assembly: ProvideCodeBase( AssemblyName = "Tvl.VisualStudio.Shell.Utility.10", Version = "1.0.0.0", CodeBase = "$PackageFolder$\\Tvl.VisualStudio.Shell.Utility.10.dll")]