BindAttribute.IsPropertyAllowed(String) 方法

定义

确定是否允许使用指定属性。

public bool IsPropertyAllowed (string propertyName);
member this.IsPropertyAllowed : string -> bool
Public Function IsPropertyAllowed (propertyName As String) As Boolean

参数

propertyName
String

属性的名称。

返回

如果允许指定的属性,则为 true;否则为 false。

适用于