DependencyPropertyOptions 列挙型

定義

注意事項

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

DependencyProperty オプションの列挙体を表します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

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

フィールド

名前 説明
Default 1

既定のオプション。 未指定の特性。

ReadOnly 2

DependencyPropertyは読み取り専用です。

Optional 4

DependencyPropertyは省略可能なプロパティです。

Metadata 8

DependencyPropertyはメタデータを表します。

NonSerialized 16

DependencyPropertyはシリアル化されません。

DelegateProperty 32

このオプションは、プロパティが Delegate型であるかどうかを指定するために使用されます。 これを使用して、デリゲート プロパティをイベントから明確に区別することが重要です。

注釈

Note

この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 のDeprecated 型」を参照してください。

適用対象