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

既定のオプション。 特に注目すべき特性はありません。

DelegateProperty 32

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

Metadata 8

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

NonSerialized 16

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

Optional 4

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

ReadOnly 2

DependencyProperty は読み取り専用です。

注釈

注意

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

適用対象