UCOMIEnumConnections-Schnittstelle
HINWEIS: Diese Schnittstelle ist mittlerweile veraltet.
Verwenden Sie stattdessen IEnumConnections.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumConnections instead. https://go.microsoft.com/fwlink/?linkid=14202", False)> _
<GuidAttribute("B196B287-BAB4-101A-B69C-00AA00341D07")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface UCOMIEnumConnections
'Usage
Dim instance As UCOMIEnumConnections
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumConnections instead. https://go.microsoft.com/fwlink/?linkid=14202", false)]
[GuidAttribute("B196B287-BAB4-101A-B69C-00AA00341D07")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIEnumConnections
[ObsoleteAttribute(L"Use System.Runtime.InteropServices.ComTypes.IEnumConnections instead. https://go.microsoft.com/fwlink/?linkid=14202", false)]
[GuidAttribute(L"B196B287-BAB4-101A-B69C-00AA00341D07")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class UCOMIEnumConnections
/** @attribute ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumConnections instead. https://go.microsoft.com/fwlink/?linkid=14202", false) */
/** @attribute GuidAttribute("B196B287-BAB4-101A-B69C-00AA00341D07") */
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */
public interface UCOMIEnumConnections
ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumConnections instead. https://go.microsoft.com/fwlink/?linkid=14202", false)
GuidAttribute("B196B287-BAB4-101A-B69C-00AA00341D07")
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)
public interface UCOMIEnumConnections
Hinweise
Weitere Informationen über die IEnumConnections-Schnittstelle finden Sie in der MSDN Library.
Plattformen
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.
Versionsinformationen
.NET Framework
Unterstützt in: 1.0, 1.1
Veraltet (Compilerwarnung) in 2.0
Siehe auch
Referenz
UCOMIEnumConnections-Member
System.Runtime.InteropServices-Namespace