AttachedProperty.IsBrowsable Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines booleschen Werts, der angibt, ob dies AttachedProperty durchbrochen werden kann.

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

Eigenschaftswert

truewenn die AttachedProperty browsbar ist; andernfalls . false

Hinweise

Die primäre Auswirkung der Einstellung auf true diese Einstellung besteht darin, dass dies AttachedProperty innerhalb der Properties Sammlung der ModelItem angefügten Auflistung auffindbar ist.

Gilt für: