IXamlMember.IsAttachable Property

Definition

Gets a value that indicates whether the XAML member is an attachable member.

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

Property Value

Boolean

bool

true if the XAML member is an attachable member; otherwise, false.

Applies to

See also