IXamlType.IsBindable 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,该值声明类型是否可绑定。
public:
property bool IsBindable { bool get(); };
bool IsBindable();
public bool IsBindable { get; }
var boolean = iXamlType.isBindable;
Public ReadOnly Property IsBindable As Boolean
属性值
Boolean
bool
如果类型可绑定,则为 true;如果类型不可绑定,则为 false。
注解
此属性的值对应于 将 BindableAttribute 应用到本机 C++ 类的基础类。 对于所有公共语言运行时 (CLR) 类,该值始终 为 true 。