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

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("46B4B7C2-11EB-4753-BE4B-0E0A16E9CE53")> _
Public Interface IEnumComReferences
‘사용 방법
Dim instance As 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

See Also

Reference

IEnumComReferences Members

Microsoft.VisualStudio.Shell.Interop Namespace