Share via


IXamlType.IsConstructible Propiedad

Definición

Obtiene un valor que indica si este IXamlType representa un tipo construyeble, según la definición xaml.

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

Valor de propiedad

Boolean

bool

true si este IXamlType representa un tipo construyeble; de lo contrario, false.

Se aplica a

Consulte también