IValueDescriptor 接口

定义

描述并提供对可绑定的命名值的访问权限。

public interface class IValueDescriptor
public interface IValueDescriptor
type IValueDescriptor = interface
Public Interface IValueDescriptor
派生

属性

HasDefaultValue

获取一个值,该值确定是否存在默认值。

ValueName

值的名称。

ValueType

值的类型。

方法

GetDefaultValue()

获取默认值(如果有)。

适用于