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)

[InterfaceTypeAttribute(1)]
[GuidAttribute("6D5140D0-7436-11CE-8034-00AA006009FA")]
public interface IRequireClasses

NameDescription
System_CAPS_pubmethodCountRequiredClasses(UInt32)

Gets the number of classes the package requires.

System_CAPS_pubmethodGetRequiredClasses(UInt32, Guid)

Retrieves the CLSID of a requested required class.

Return to top
Show: