IRequireClasses Interface
Visual Studio 2015
Provides a list of class identifiers for use with the ILicensedClassManager interface. The identifiers tell Visual Studio which classes a package requires.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | CountRequiredClasses(UInt32) | Gets the number of classes the package requires. |
![]() | GetRequiredClasses(UInt32, Guid) | Retrieves the CLSID of a requested required class. |
Show:
