UCOMIEnumConnections インターフェイス
定義
警告
この API は現在使われていません。
代わりに、IEnumConnections を使用してください。Use IEnumConnections instead.
public interface class UCOMIEnumConnections
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumConnections instead. https://go.microsoft.com/fwlink/?linkid=14202", false)]
[System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIEnumConnections
type UCOMIEnumConnections = interface
Public Interface UCOMIEnumConnections
- 属性
注釈
IEnumConnections
インターフェイスの詳細については、MSDN ライブラリを参照してください。For more information about the IEnumConnections
interface, see the MSDN Library.
メソッド
Clone(UCOMIEnumConnections) |
現在の列挙状態と同じ列挙状態を含む別の列挙子を作成します。Creates another enumerator that contains the same enumeration state as the current one. |
Next(Int32, CONNECTDATA[], Int32) |
列挙体シーケンス内の指定した数の項目を取得します。Retrieves a specified number of items in the enumeration sequence. |
Reset() |
列挙のシーケンスを最初にリセットします。Resets the enumeration sequence to the beginning. |
Skip(Int32) |
列挙体シーケンス内の指定した数の項目をスキップします。Skips over a specified number of items in the enumeration sequence. |