AttachedProperty.IsBrowsable プロパティ

定義

AttachedPropertyが読み取り可能かどうかを示すブール値を取得または設定します。

public:
 property bool IsBrowsable { bool get(); void set(bool value); };
public bool IsBrowsable { get; set; }
member this.IsBrowsable : bool with get, set
Public Property IsBrowsable As Boolean

プロパティ値

true AttachedPropertyが読み込み可能な場合は。それ以外の場合はfalse

注釈

これをtrueに設定する主な影響は、AttachedPropertyがアタッチされているModelItemProperties コレクション内で検出可能になることです。

適用対象