Condividi tramite


IXamlType.IsArray Proprietà

Definizione

Ottiene un valore che indica se IXamlType rappresenta una matrice.

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

Valore della proprietà

Boolean

bool

true se IXamlType rappresenta una matrice; in caso contrario, false.

Si applica a

Vedi anche