IEnumComReferences Interface

 

Enumerator for COM references. Used in the Add Reference dialog of the IDE.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("46B4B7C2-11EB-4753-BE4B-0E0A16E9CE53")]
public interface IEnumComReferences

NameDescription
System_CAPS_pubmethodClone(IEnumComReferences)

Clones this IEnumComReferences interface by creating another instance.

System_CAPS_pubmethodNext(UInt32, COMREFERENCE[], UInt32)

Retrieves the next group of COM references.

System_CAPS_pubmethodReset()

Return the enumerator to its initial state.

System_CAPS_pubmethodSkip(UInt32)

Skip over a specified number of COM references.

Return to top
Show: