IEnumVARIANT Antarmuka
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mengelola definisi IEnumVARIANT
antarmuka.
public interface class IEnumVARIANT
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumVARIANT
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("00020404-0000-0000-C000-000000000046")]
public interface IEnumVARIANT
public interface IEnumVARIANT
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumVARIANT = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("00020404-0000-0000-C000-000000000046")>]
type IEnumVARIANT = interface
type IEnumVARIANT = interface
Public Interface IEnumVARIANT
- Atribut
Keterangan
Untuk informasi selengkapnya, lihat Antarmuka IEnumVARIANT.
Runtime bahasa umum memberikan pengecualian saat metode COM dalam kode asli mengembalikan HRESULT. Untuk informasi selengkapnya, lihat Cara: Memetakan HRESULT dan Pengecualian.
Metode
Clone() |
Membuat enumerator baru yang berisi status enumerasi yang sama dengan yang saat ini. |
Next(Int32, Object[], IntPtr) |
Mengambil jumlah item tertentu dalam urutan enumerasi. |
Reset() |
Mengatur ulang urutan enumerasi ke awal. |
Skip(Int32) |
Melompati sejumlah item tertentu dalam urutan enumerasi. |