IPropertyDefinition インターフェイス

定義

プロパティ定義を表します。

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

プロパティ

Default

既定値を取得します。

Maximum

最大値を取得します。

Minimum

最小値を取得します。

Name

プロパティの名前を取得します。

メソッド

Validate(Object, Object)

指定されたコンポーネントと値を使用して、IPropertyDefinition を検証します。

適用対象