UCOMIEnumString Arabirim

Tanım

Dikkat

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

Bunun yerine IEnumString kullanın.

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

Açıklamalar

Arabirim hakkında IEnumString daha fazla bilgi için bkz. MSDN Kitaplığı.

Yöntemler

Name Description
Clone(UCOMIEnumString)
Geçersiz.

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

Next(Int32, String[], Int32)
Geçersiz.

Numaralandırma dizisinde belirtilen sayıda öğe alır.

Reset()
Geçersiz.

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

Skip(Int32)
Geçersiz.

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

Şunlara uygulanır