IRequireClasses Interface

Provides a list of class identifiers for use with the ILicensedClassManager interface. The identifiers tell Visual Studio which classes a package requires.

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

Syntax

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

See Also

Reference

IRequireClasses Members

Microsoft.VisualStudio.Shell.Interop Namespace