UCOMIEnumString Interfejs

Definicja

Przestroga

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

Zamiast tego użyj polecenia cmdlet IEnumString.

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
Atrybuty

Uwagi

Aby uzyskać więcej informacji na temat interfejsu IEnumString , zobacz bibliotekę MSDN.

Metody

Clone(UCOMIEnumString)
Przestarzałe.

Tworzy inny moduł wyliczający zawierający ten sam stan wyliczenia co bieżący.

Next(Int32, String[], Int32)
Przestarzałe.

Pobiera określoną liczbę elementów w sekwencji wyliczenia.

Reset()
Przestarzałe.

Resetuje sekwencję wyliczenia na początku.

Skip(Int32)
Przestarzałe.

Pomija określoną liczbę elementów w sekwencji wyliczenia.

Dotyczy