PropertyAttributes 列挙型

定義

注意事項

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
継承
PropertyAttributes
属性

フィールド

NotSupported 0

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

Optional 2

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

Read 512

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

Required 1

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

Write 1024

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

適用対象