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 を返すときに例外をスローします。 詳細については、「 How to: Map HRESULTs and Exceptions」を参照してください。

メソッド

Clone(IEnumConnections)

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

Next(Int32, CONNECTDATA[], IntPtr)

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

Reset()

列挙のシーケンスを最初にリセットします。

Skip(Int32)

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

適用対象