Freigeben über


UCOMIEnumString-Schnittstelle

HINWEIS: Diese Schnittstelle ist mittlerweile veraltet.

Verwenden Sie stattdessen IEnumString.

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

Syntax

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

Hinweise

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

UCOMIEnumString-Member
System.Runtime.InteropServices-Namespace