VsExpansionPackageClass Class
Visual Studio 2015
Represents the expansion manager, which knows how to find and display lists of code snippets for a particular coding language.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | VsExpansionPackageClass() | Initializes a new instance of VsExpansionPackageClass. |
You cannot create an instance of this class with the new keyword. Instead, you must get the ILocalRegistry object and create the object with CreateInstance. The MPF wraps this method with CreateInstance.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

