ActivityValidatorAttribute コンストラクター

定義

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

オーバーロード

名前 説明
ActivityValidatorAttribute(String)

検証コントロールの型を使用して、 ActivityValidatorAttribute クラスのインスタンスを初期化します。

ActivityValidatorAttribute(Type)

指定した検証コントロールの型名を使用して、 ActivityValidatorAttribute クラスの新しいインスタンスを初期化します。

注釈

次の表に、 ActivityValidatorAttribute クラスのインスタンスの初期プロパティ値を示します。

財産 価値
ValidatorTypeName null リファレンス (Visual Basic では Nothing)。

ActivityValidatorAttribute(String)

検証コントロールの型を使用して、 ActivityValidatorAttribute クラスのインスタンスを初期化します。

public:
 ActivityValidatorAttribute(System::String ^ validatorTypeName);
public ActivityValidatorAttribute(string validatorTypeName);
new System.Workflow.ComponentModel.Compiler.ActivityValidatorAttribute : string -> System.Workflow.ComponentModel.Compiler.ActivityValidatorAttribute
Public Sub New (validatorTypeName As String)

パラメーター

validatorTypeName
String

Validatorの種類。

注釈

ActivityValidatorAttribute クラスのインスタンスの初期プロパティ値の一覧については、ActivityValidatorAttribute コンストラクターを参照してください。

適用対象

ActivityValidatorAttribute(Type)

指定した検証コントロールの型名を使用して、 ActivityValidatorAttribute クラスの新しいインスタンスを初期化します。

public:
 ActivityValidatorAttribute(Type ^ validatorType);
public ActivityValidatorAttribute(Type validatorType);
new System.Workflow.ComponentModel.Compiler.ActivityValidatorAttribute : Type -> System.Workflow.ComponentModel.Compiler.ActivityValidatorAttribute
Public Sub New (validatorType As Type)

パラメーター

validatorType
Type

Validator型の名前。

注釈

ActivityValidatorAttribute クラスのインスタンスの初期プロパティ値の一覧については、ActivityValidatorAttribute コンストラクターを参照してください。

適用対象