UCOMIEnumString Rozhraní
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Upozornění
Use System.Runtime.InteropServices.ComTypes.IEnumString instead. http://go.microsoft.com/fwlink/?linkid=14202
Místo toho použijte 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
- Atributy
Poznámky
Další informace o IEnumString
rozhraní naleznete v knihovně MSDN.
Metody
Clone(UCOMIEnumString) |
Zastaralé.
Vytvoří další enumerátor, který obsahuje stejný stav výčtu jako aktuální. |
Next(Int32, String[], Int32) |
Zastaralé.
Načte zadaný počet položek v posloupnosti výčtu. |
Reset() |
Zastaralé.
Obnoví sekvenci výčtu na začátek. |
Skip(Int32) |
Zastaralé.
Přeskočí zadaný počet položek v posloupnosti výčtu. |