UCOMIEnumMoniker 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.
Perhatian
Use System.Runtime.InteropServices.ComTypes.IEnumMoniker instead. http://go.microsoft.com/fwlink/?linkid=14202
Gunakan IEnumMoniker sebagai gantinya.
public interface class UCOMIEnumMoniker
[System.Runtime.InteropServices.Guid("00000102-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIEnumMoniker
[System.Runtime.InteropServices.Guid("00000102-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumMoniker instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIEnumMoniker
[<System.Runtime.InteropServices.Guid("00000102-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIEnumMoniker = interface
[<System.Runtime.InteropServices.Guid("00000102-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumMoniker instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIEnumMoniker = interface
Public Interface UCOMIEnumMoniker
- Atribut
Keterangan
Untuk informasi selengkapnya tentang IEnumMoniker
antarmuka, lihat Pustaka MSDN.
Metode
Clone(UCOMIEnumMoniker) |
Kedaluwarsa.
Membuat enumerator lain yang berisi status enumerasi yang sama dengan yang saat ini. |
Next(Int32, UCOMIMoniker[], Int32) |
Kedaluwarsa.
Mengambil jumlah item tertentu dalam urutan enumerasi. |
Reset() |
Kedaluwarsa.
Mengatur ulang urutan enumerasi ke awal. |
Skip(Int32) |
Kedaluwarsa.
Melompati sejumlah item tertentu dalam urutan enumerasi. |