Partager via


IXamlType.IsConstructible Propriété

Définition

Obtient une valeur qui indique si cet IXamlType représente un type constructible, conformément à la définition XAML.

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

Valeur de propriété

Boolean

bool

true si cet IXamlType représente un type constructible ; sinon, false.

S’applique à

Voir aussi