英語で読む

次の方法で共有


PropertyAttributes 列挙型

定義

注意事項

PropertyAttributes has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202

プロパティの属性を指定します。

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

C#
[System.Flags]
public enum PropertyAttributes
C#
[System.Flags]
[System.Obsolete("PropertyAttributes has been deprecated.  http://go.microsoft.com/fwlink/?linkid=14202")]
public enum PropertyAttributes
継承
PropertyAttributes
属性

フィールド

名前 説明
NotSupported 0

このプロパティはプロバイダーによってサポートされていません。

Optional 2

データ ソースを初期化する前に、ユーザーがこのプロパティの値を指定する必要はありません。

Read 512

ユーザーはこのプロパティを読み込むことができます。

Required 1

データ ソースを初期化する前にこのプロパティの値を指定する必要があります。

Write 1024

ユーザーはこのプロパティを書き込むことができます。

適用対象

製品 バージョン (廃止)
.NET Framework 1.1 (2.0, 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)