Partage via


IXamlType.IsCollection Propriété

Définition

Obtient une valeur qui indique si cet IXamlType représente une collection.

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

Valeur de propriété

Boolean

bool

true si cet IXamlType représente une collection ; sinon, false.

S’applique à

Voir aussi