XmlDictionaryReader.ReadTimeSpanArray Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Lit le contenu d'une série de nœuds dans un tableau TimeSpan.
Surcharges
ReadTimeSpanArray(String, String) |
Lit le contenu d'une série de nœuds avec les éléments |
ReadTimeSpanArray(XmlDictionaryString, XmlDictionaryString) |
Lit le contenu d'une série de nœuds avec les éléments |
ReadTimeSpanArray(String, String)
- Source:
- XmlDictionaryReader.cs
- Source:
- XmlDictionaryReader.cs
- Source:
- XmlDictionaryReader.cs
Lit le contenu d'une série de nœuds avec les éléments localName
et namespaceUri
donnés dans un tableau de TimeSpan.
public:
virtual cli::array <TimeSpan> ^ ReadTimeSpanArray(System::String ^ localName, System::String ^ namespaceUri);
public virtual TimeSpan[] ReadTimeSpanArray (string localName, string namespaceUri);
abstract member ReadTimeSpanArray : string * string -> TimeSpan[]
override this.ReadTimeSpanArray : string * string -> TimeSpan[]
Public Overridable Function ReadTimeSpanArray (localName As String, namespaceUri As String) As TimeSpan()
Paramètres
- localName
- String
Le nom local de l'élément.
- namespaceUri
- String
L'URI de l'espace de noms de l'élément.
Retours
Tableau TimeSpan.
Remarques
La quantité de mémoire tampon allouée par cette opération de lecture est limitée par le quota MaxArrayLength.
S’applique à
ReadTimeSpanArray(XmlDictionaryString, XmlDictionaryString)
- Source:
- XmlDictionaryReader.cs
- Source:
- XmlDictionaryReader.cs
- Source:
- XmlDictionaryReader.cs
Lit le contenu d'une série de nœuds avec les éléments localName
et namespaceUri
donnés dans un tableau de TimeSpan.
public:
virtual cli::array <TimeSpan> ^ ReadTimeSpanArray(System::Xml::XmlDictionaryString ^ localName, System::Xml::XmlDictionaryString ^ namespaceUri);
public virtual TimeSpan[] ReadTimeSpanArray (System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri);
abstract member ReadTimeSpanArray : System.Xml.XmlDictionaryString * System.Xml.XmlDictionaryString -> TimeSpan[]
override this.ReadTimeSpanArray : System.Xml.XmlDictionaryString * System.Xml.XmlDictionaryString -> TimeSpan[]
Public Overridable Function ReadTimeSpanArray (localName As XmlDictionaryString, namespaceUri As XmlDictionaryString) As TimeSpan()
Paramètres
- localName
- XmlDictionaryString
Le nom local de l'élément.
- namespaceUri
- XmlDictionaryString
L'URI de l'espace de noms de l'élément.
Retours
Tableau TimeSpan.
Remarques
La quantité de mémoire tampon allouée par cette opération de lecture est limitée par le quota MaxArrayLength.