XmlDictionaryReader.IsStartArray(Type) 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.
Vérifie si le lecteur est positionné au démarrage d'un tableau. Cette classe retourne la valeur false
, mais les classes dérivées qui présentent le concept de tableau peuvent retourner la valeur true
.
public:
virtual bool IsStartArray([Runtime::InteropServices::Out] Type ^ % type);
public virtual bool IsStartArray (out Type type);
public virtual bool IsStartArray (out Type? type);
abstract member IsStartArray : Type -> bool
override this.IsStartArray : Type -> bool
Public Overridable Function IsStartArray (ByRef type As Type) As Boolean
Paramètres
- type
- Type
Type du nœud, s'il s'agit d'un nœud valide ; sinon null
.
Retours
true
si le lecteur est placé au début d'un nœud de tableaux ; sinon, false
.