IValueDescriptor 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
描述並提供可系結具名值的存取權。
public interface class IValueDescriptor
public interface IValueDescriptor
type IValueDescriptor = interface
Public Interface IValueDescriptor
- 衍生
屬性
HasDefaultValue |
取得值,判斷是否有預設值。 |
ValueName |
值的名稱。 |
ValueType |
值的類型。 |
方法
GetDefaultValue() |
取得預設值,如果有的話。 |