Freigeben über


UCOMIMoniker-Schnittstelle

HINWEIS: Diese Schnittstelle ist mittlerweile veraltet.

Verwenden Sie stattdessen IMoniker.

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

Syntax

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

Hinweise

Weitere Informationen über die IMoniker-Schnittstelle, die IPersist-Schnittstelle und die IPersistStream-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

UCOMIMoniker-Member
System.Runtime.InteropServices-Namespace