共用方式為


IXamlType.IsConstructible 屬性

定義

取得值,指出這個 IXamlType 是否根據 XAML 定義表示可建構的類型。

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

屬性值

Boolean

bool

如果這個IXamlType代表可建構的類型,則為true;否則為false

適用於

另請參閱