共用方式為


XamlType.IsConstructible 屬性

定義

取得值,這個值表示此 XamlType 是否代表符合 XAML 定義的可建構型別。

public:
 property bool IsConstructible { bool get(); };
public bool IsConstructible { get; }
member this.IsConstructible : bool
Public ReadOnly Property IsConstructible As Boolean

屬性值

如果這個 XamlType 表示可建構的型別則為 true,否則為 false

備註

這個屬性會對齊 [is default constructible] [MS-XAML] 規格中的資訊專案。

如果您未針對 XamlType 使用預設的內部 CLR 反映技術,對此屬性的呼叫可以在衍生類別上 XamlTypeLookupIsConstructible 用覆寫。 如需傳回值和其他行為的詳細資訊,請參閱此類型的檔 LookupIsConstructible

適用於

另請參閱