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
[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

The IRequireClasses type exposes the following members.

Methods

  Name Description
Public method CountRequiredClasses Gets the number of classes the package requires.
Public method GetRequiredClasses Retrieves the CLSID of a requested required class.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace