IValueDescriptor 介面

定義

描述並提供可系結具名值的存取權。

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

屬性

HasDefaultValue

取得值,判斷是否有預設值。

ValueName

值的名稱。

ValueType

值的類型。

方法

GetDefaultValue()

取得預設值,如果有的話。

適用於