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
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("6D5140D0-7436-11CE-8034-00AA006009FA")> _
Public Interface IRequireClasses
'Uso
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
[<InterfaceTypeAttribute()>]
[<GuidAttribute("6D5140D0-7436-11CE-8034-00AA006009FA")>]
type IRequireClasses = interface end
public interface IRequireClasses