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