ILicensedClassManager Interface

 

Tells Visual Studio which classes a package needs through a list of license keys. You can get an instance of the interface through the SLicensedClassManager (SID_SLicensedClassManager) service.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("6D5140D4-7436-11CE-8034-00AA006009FA")]
public interface ILicensedClassManager

NameDescription
System_CAPS_pubmethodOnChangeInRequiredClasses(IRequireClasses)

Outgoing interface for notification of changes in the list of required classes.

Return to top
Show: