XmlReadRepeated.Next Methode

Definition

Überlädt

Name Beschreibung
Next()

schritt to the next element return false if there are no more siblings

Next(String)

Schritt zum nächsten Element mit dem angegebenen Namen

Next()

schritt to the next element return false if there are no more siblings

public virtual bool Next();
abstract member Next : unit -> bool
override this.Next : unit -> bool
Public Overridable Function Next () As Boolean

Gibt zurück

Gilt für:

Next(String)

Schritt zum nächsten Element mit dem angegebenen Namen

public bool Next(string elemName);
member this.Next : string -> bool
Public Function Next (elemName As String) As Boolean

Parameter

elemName
String

Gibt zurück

Gilt für: