IEnumMoniker インターフェイス

定義

IEnumMoniker インターフェイスの定義を管理します。

public interface class IEnumMoniker
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumMoniker
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("00000102-0000-0000-C000-000000000046")]
public interface IEnumMoniker
public interface IEnumMoniker
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumMoniker = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("00000102-0000-0000-C000-000000000046")>]
type IEnumMoniker = interface
type IEnumMoniker = interface
Public Interface IEnumMoniker
属性

注釈

詳細については、 IEnumMoniker インターフェイスを参照してください。

共通言語ランタイムは、ネイティブ コードの COM メソッドが HRESULT を返すときに例外をスローします。 詳細については、「 方法: HRESULT と例外をマップする」を参照してください。

メソッド

名前 説明
Clone(IEnumMoniker)

現在の列挙状態と同じ列挙状態を含む新しい列挙子を作成します。

Next(Int32, IMoniker[], IntPtr)

列挙シーケンス内の指定された数の項目を取得します。

Reset()

列挙シーケンスを先頭にリセットします。

Skip(Int32)

列挙シーケンス内の指定された数の項目をスキップします。

適用対象