UCOMIEnumConnections インターフェイス

定義

注意事項

Use System.Runtime.InteropServices.ComTypes.IEnumConnections instead. http://go.microsoft.com/fwlink/?linkid=14202

代わりに、IEnumConnections を使用してください。

public interface class UCOMIEnumConnections
[System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIEnumConnections
[System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumConnections instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIEnumConnections
[<System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIEnumConnections = interface
[<System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumConnections instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIEnumConnections = interface
Public Interface UCOMIEnumConnections
属性

注釈

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

メソッド

Clone(UCOMIEnumConnections)

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

Next(Int32, CONNECTDATA[], Int32)

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

Reset()

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

Skip(Int32)

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

適用対象