UCOMIEnumString インターフェイス

定義

注意事項

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

IEnumString を代わりに使用します。

public interface class UCOMIEnumString
[System.Runtime.InteropServices.Guid("00000101-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIEnumString
[System.Runtime.InteropServices.Guid("00000101-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumString instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIEnumString
[<System.Runtime.InteropServices.Guid("00000101-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIEnumString = interface
[<System.Runtime.InteropServices.Guid("00000101-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumString instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIEnumString = interface
Public Interface UCOMIEnumString
属性

注釈

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

メソッド

名前 説明
Clone(UCOMIEnumString)
古い.

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

Next(Int32, String[], Int32)
古い.

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

Reset()
古い.

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

Skip(Int32)
古い.

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

適用対象