UCOMIEnumString Interfaccia

Definizione

Attenzione

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

Utilizzare invece 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
Attributi

Commenti

Per altre informazioni sull'interfaccia IEnumString , vedere MSDN Library.

Metodi

Nome Descrizione
Clone(UCOMIEnumString)
Obsoleti.

Crea un altro enumeratore che contiene lo stesso stato di enumerazione di quello corrente.

Next(Int32, String[], Int32)
Obsoleti.

Recupera un numero specificato di elementi nella sequenza di enumerazione.

Reset()
Obsoleti.

Reimposta la sequenza di enumerazione all'inizio.

Skip(Int32)
Obsoleti.

Ignora un numero specificato di elementi nella sequenza di enumerazione.

Si applica a