Condividi tramite


IXamlType.IsConstructible Proprietà

Definizione

Ottiene un valore che indica se questo IXamlType rappresenta un tipo costruttibile, in base alla definizione XAML.

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

Valore della proprietà

Boolean

bool

true se questo IXamlType rappresenta un tipo costruttibile; in caso contrario, false.

Si applica a

Vedi anche