UCOMIEnumVARIANT Arabirim

Tanım

Dikkat

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

Bunun yerine IEnumVARIANT kullanın.

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
Öznitelikler

Açıklamalar

Arabirim hakkında IEnumVARIANT daha fazla bilgi için msdn kitaplığına bakın.

Yöntemler

Clone(Int32)
Geçersiz.

Geçerli olanla aynı numaralandırma durumunu içeren başka bir numaralandırıcı oluşturur.

Next(Int32, Int32, Int32)
Geçersiz.

Numaralandırma dizisindeki belirtilen sayıda öğeyi alır.

Reset()
Geçersiz.

Numaralandırma dizisini en başa sıfırlar.

Skip(Int32)
Geçersiz.

Numaralandırma dizisindeki belirtilen sayıda öğeyi atlar.

Şunlara uygulanır