UCOMIEnumMoniker 介面

定義

警告

Use System.Runtime.InteropServices.ComTypes.IEnumMoniker instead. http://go.microsoft.com/fwlink/?linkid=14202

警告

此 API 現已淘汰。

請改用 IEnumMoniker

public interface class UCOMIEnumMoniker
[System.Runtime.InteropServices.Guid("00000102-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIEnumMoniker
[System.Runtime.InteropServices.Guid("00000102-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumMoniker instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIEnumMoniker
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete]
[System.Runtime.InteropServices.Guid("00000102-0000-0000-c000-000000000046")]
public interface UCOMIEnumMoniker
[<System.Runtime.InteropServices.Guid("00000102-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIEnumMoniker = interface
[<System.Runtime.InteropServices.Guid("00000102-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumMoniker instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIEnumMoniker = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete>]
[<System.Runtime.InteropServices.Guid("00000102-0000-0000-c000-000000000046")>]
type UCOMIEnumMoniker = interface
Public Interface UCOMIEnumMoniker
屬性

備註

如需有關介面的詳細資訊 IEnumMoniker ,請參閱 MSDN library。

方法

Clone(UCOMIEnumMoniker)

建立另一個列舉值,其包含與目前列舉值相同的列舉型別狀態。

Next(Int32, UCOMIMoniker[], Int32)

擷取列舉型別序列中指定的項目數目。

Reset()

將列舉序列重設為開頭。

Skip(Int32)

略過列舉型別序列中指定的項目數目。

適用於