Partager via


IXamlType.IsArray Propriété

Définition

Obtient une valeur qui indique si L’IXamlType représente un tableau.

public:
 property bool IsArray { bool get(); };
bool IsArray();
public bool IsArray { get; }
var boolean = iXamlType.isArray;
Public ReadOnly Property IsArray As Boolean

Valeur de propriété

Boolean

bool

true si L’IXamlType représente un tableau ; sinon, false.

S’applique à

Voir aussi