IEnumConnections インターフェイス

定義

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

public interface class IEnumConnections
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumConnections
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")]
public interface IEnumConnections
public interface IEnumConnections
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumConnections = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")>]
type IEnumConnections = interface
type IEnumConnections = interface
Public Interface IEnumConnections
属性

注釈

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

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

メソッド

名前 説明
Clone(IEnumConnections)

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

Next(Int32, CONNECTDATA[], IntPtr)

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

Reset()

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

Skip(Int32)

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

適用対象