BindingMetadata.IsBindingAllowed 属性

定义

获取或设置一个值,该值指示属性是否可以绑定模型。 如果创建的模型元数据不表示属性,则将被忽略。 请参阅 IsBindingAllowed

public:
 property bool IsBindingAllowed { bool get(); void set(bool value); };
public bool IsBindingAllowed { get; set; }
member this.IsBindingAllowed : bool with get, set
Public Property IsBindingAllowed As Boolean

属性值

适用于