ModelMetadata.IsBindingAllowed 屬性

定義

取得值,指出模型值是否可以透過模型系結來系結。 這只適用于目前實例代表屬性時。

public:
 abstract property bool IsBindingAllowed { bool get(); };
public abstract bool IsBindingAllowed { get; }
member this.IsBindingAllowed : bool
Public MustOverride ReadOnly Property IsBindingAllowed As Boolean

屬性值

備註

如果 true 模型值受到模型系結支援,則可以根據要求中的提供輸入來設定。

適用於