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)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("6D5140D4-7436-11CE-8034-00AA006009FA")> _
Public Interface ILicensedClassManager
'Usage
Dim instance As ILicensedClassManager
[InterfaceTypeAttribute()]
[GuidAttribute("6D5140D4-7436-11CE-8034-00AA006009FA")]
public interface ILicensedClassManager
[InterfaceTypeAttribute()]
[GuidAttribute(L"6D5140D4-7436-11CE-8034-00AA006009FA")]
public interface class ILicensedClassManager
public interface ILicensedClassManager

See Also

Reference

ILicensedClassManager Members

Microsoft.VisualStudio.Shell.Interop Namespace