英語で読む

次の方法で共有


DependencyPropertyOptions 列挙型

定義

注意事項

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

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

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

C#
[System.Flags]
public enum DependencyPropertyOptions
C#
[System.Flags]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
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 の新機能」を参照してください。

適用対象

製品 バージョン (廃止)
.NET Framework 3.0, 3.5, 4.0 (4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)