PropertyAttributes 列挙型
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
PropertyAttributes has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202
プロパティの属性を指定します。
この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。
public enum class PropertyAttributes
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
[<System.Flags>]
type PropertyAttributes =
[<System.Flags>]
[<System.Obsolete("PropertyAttributes has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")>]
type PropertyAttributes =
Public Enum 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) |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET に関するフィードバック
.NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。