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)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("46B4B7C2-11EB-4753-BE4B-0E0A16E9CE53")> _
Public Interface IEnumComReferences
[InterfaceTypeAttribute()]
[GuidAttribute("46B4B7C2-11EB-4753-BE4B-0E0A16E9CE53")]
public interface IEnumComReferences
[InterfaceTypeAttribute()]
[GuidAttribute(L"46B4B7C2-11EB-4753-BE4B-0E0A16E9CE53")]
public interface class IEnumComReferences
[<InterfaceTypeAttribute()>]
[<GuidAttribute("46B4B7C2-11EB-4753-BE4B-0E0A16E9CE53")>]
type IEnumComReferences = interface end
public interface IEnumComReferences
The IEnumComReferences type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clone | Clones this IEnumComReferences interface by creating another instance. | |
Next | Retrieves the next group of COM references. | |
Reset | Return the enumerator to its initial state. | |
Skip | Skip over a specified number of COM references. |
Top