Share via


ICustomProperty.CanRead 属性

定义

获取一个值,该值确定自定义属性是否支持读取访问。

public:
 property bool CanRead { bool get(); };
bool CanRead();
public bool CanRead { get; }
var boolean = iCustomProperty.canRead;
Public ReadOnly Property CanRead As Boolean

属性值

Boolean

bool

如果属性值可以作为数据源读取,则为 true。 如果属性不能为数据源值,则为 false

适用于