IPropertyDefinition 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示屬性定義。
public interface class IPropertyDefinition
public interface IPropertyDefinition
type IPropertyDefinition = interface
Public Interface IPropertyDefinition
- 衍生
屬性
| Default |
取得預設值。 |
| Maximum |
取得最大值。 |
| Minimum |
取得最小值。 |
| Name |
取得屬性的名稱。 |
方法
| Validate(Object, Object) |
IPropertyDefinition使用指定的元件和值來驗證。 |