UCOMIEnumVARIANT 接口

注意:此接口现在已过时。

应改用 IEnumVARIANT

**命名空间:**System.Runtime.InteropServices
**程序集:**mscorlib(在 mscorlib.dll 中)

语法

声明
<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
用法
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

备注

有关 IEnumVARIANT 接口的更多信息,请参见 MSDN Library。

平台

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 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:1.0、1.1
在 2.0 中过时(编译器警告)

请参见

参考

UCOMIEnumVARIANT 成员
System.Runtime.InteropServices 命名空间