UCOMIEnumString Arabirim
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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 msdn kitaplığına bakın.
Yöntemler
Clone(UCOMIEnumString) |
Geçersiz.
Geçerli olanla aynı numaralandırma durumunu içeren başka bir numaralandırıcı oluşturur. |
Next(Int32, String[], 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. |