IXamlType.IsBindable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that declares whether the type is bindable.
public:
property bool IsBindable { bool get(); };
bool IsBindable();
public bool IsBindable { get; }
var boolean = iXamlType.isBindable;
Public ReadOnly Property IsBindable As Boolean
Property Value
Boolean
bool
true if the type is bindable, false if the type is not bindable.
Remarks
The value of this property corresponds to application of the BindableAttribute to the underlying class for native C++ classes. The value is always true for all common language runtime (CLR) classes.