次の方法で共有


IXamlType.IsConstructible プロパティ

定義

XAML 定義に従って、この IXamlType が構築可能な型を表すかどうかを示す値を取得します。

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

適用対象

こちらもご覧ください