IEnumConnections インターフェイス
定義
IEnumConnections
インターフェイスの定義を管理します。Manages the definition of the IEnumConnections
interface.
public interface class IEnumConnections
[System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumConnections
type IEnumConnections = interface
Public Interface IEnumConnections
- 属性
注釈
インターフェイスのIEnumConnections
詳細については、MSDN ライブラリを参照してください。For more information about the IEnumConnections
interface, see the MSDN Library.
ネイティブコードの COM メソッドが HRESULT を返す場合、共通言語ランタイムは例外をスローします。The common language runtime throws an exception when a COM method in native code returns an HRESULT. 詳細については、「 How to: Map HRESULTs and Exceptions」を参照してください。For more information, see How to: Map HRESULTs and Exceptions.
メソッド
Clone(IEnumConnections) |
現在の列挙状態と同じ列挙状態を含む新しい列挙子を作成します。Creates a new enumerator that contains the same enumeration state as the current one. |
Next(Int32, CONNECTDATA[], IntPtr) |
列挙体シーケンス内の指定した数の項目を取得します。Retrieves a specified number of items in the enumeration sequence. |
Reset() |
列挙のシーケンスを最初にリセットします。Resets the enumeration sequence to the beginning. |
Skip(Int32) |
列挙体シーケンス内の指定した数の項目をスキップします。Skips a specified number of items in the enumeration sequence. |