ILicensedClassManager Interface

Definition

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.

public interface class ILicensedClassManager
public interface class ILicensedClassManager
__interface ILicensedClassManager
[System.Runtime.InteropServices.Guid("6D5140D4-7436-11CE-8034-00AA006009FA")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ILicensedClassManager
[System.Runtime.InteropServices.Guid("6D5140D4-7436-11CE-8034-00AA006009FA")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ILicensedClassManager
[<System.Runtime.InteropServices.Guid("6D5140D4-7436-11CE-8034-00AA006009FA")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ILicensedClassManager = interface
[<System.Runtime.InteropServices.Guid("6D5140D4-7436-11CE-8034-00AA006009FA")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ILicensedClassManager = interface
Public Interface ILicensedClassManager
Attributes

Methods

OnChangeInRequiredClasses(IRequireClasses)

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

Applies to