Freigeben über


UCOMIEnumVARIANT-Schnittstelle

HINWEIS: Diese Schnittstelle ist mittlerweile veraltet.

Verwenden Sie stattdessen IEnumVARIANT.

Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumVARIANT instead. https://go.microsoft.com/fwlink/?linkid=14202", False)> _
<GuidAttribute("00020404-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface UCOMIEnumVARIANT
'Usage
Dim instance As UCOMIEnumVARIANT
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumVARIANT instead. https://go.microsoft.com/fwlink/?linkid=14202", false)] 
[GuidAttribute("00020404-0000-0000-C000-000000000046")] 
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)] 
public interface UCOMIEnumVARIANT
[ObsoleteAttribute(L"Use System.Runtime.InteropServices.ComTypes.IEnumVARIANT instead. https://go.microsoft.com/fwlink/?linkid=14202", false)] 
[GuidAttribute(L"00020404-0000-0000-C000-000000000046")] 
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)] 
public interface class UCOMIEnumVARIANT
/** @attribute ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumVARIANT instead. https://go.microsoft.com/fwlink/?linkid=14202", false) */ 
/** @attribute GuidAttribute("00020404-0000-0000-C000-000000000046") */ 
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */ 
public interface UCOMIEnumVARIANT
ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumVARIANT instead. https://go.microsoft.com/fwlink/?linkid=14202", false) 
GuidAttribute("00020404-0000-0000-C000-000000000046") 
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) 
public interface UCOMIEnumVARIANT

Hinweise

Weitere Informationen über die IEnumVARIANT-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

UCOMIEnumVARIANT-Member
System.Runtime.InteropServices-Namespace