ValidationOption 列挙型

定義

注意事項

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

ValidationOption プロパティの検証オプションを指定します。

public enum class ValidationOption
public enum ValidationOption
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public enum ValidationOption
type ValidationOption = 
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ValidationOption = 
Public Enum ValidationOption
継承
ValidationOption
属性

フィールド

None 0

検証を行いません。

Optional 1

必要な場合のみ検証します。 値が存在する場合は常に検証を行います。

Required 2

常に検証を行います。 値は存在しなければならず、しかも検証の対象となります。

注釈

注意

ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。

適用対象