Share via


SubclassTypeValidatorAttribute(Type) コンストラクター

定義

SubclassTypeValidatorAttribute クラスの新しいインスタンスを初期化します。

public:
 SubclassTypeValidatorAttribute(Type ^ baseClass);
public SubclassTypeValidatorAttribute (Type baseClass);
new System.Configuration.SubclassTypeValidatorAttribute : Type -> System.Configuration.SubclassTypeValidatorAttribute
Public Sub New (baseClass As Type)

パラメーター

baseClass
Type

基本クラスの型。

注釈

属性付きモデルでこのコンストラクターを使用して、関連するプロパティに割り当てられた値が基底クラスであることを確認します。

適用対象