次の方法で共有


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

プロパティ値

AttachedProperty が参照可能である場合は true。それ以外の場合は false

注釈

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

適用対象