UCOMIEnumVARIANT インターフェイス

定義

注意事項

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

代わりに IEnumVARIANT を使用してください

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

注釈

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

メソッド

Clone(Int32)
古い.

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

Next(Int32, Int32, Int32)
古い.

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

Reset()
古い.

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

Skip(Int32)
古い.

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

適用対象