Share via


IXamlMember.IsAttachable Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das XAML-Element ein anfügenbarer Member ist.

public:
 property bool IsAttachable { bool get(); };
bool IsAttachable();
public bool IsAttachable { get; }
var boolean = iXamlMember.isAttachable;
Public ReadOnly Property IsAttachable As Boolean

Eigenschaftswert

Boolean

bool

true , wenn das XAML-Element ein anfügenbarer Member ist; andernfalls false.

Gilt für:

Weitere Informationen