語言

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
屬性

欄位

名稱 Description
NotSupported 0

該物業不由提供者支持。

Required 1

使用者必須在資料來源初始化前指定此屬性的值。

Optional 2

使用者在初始化資料來源前,無需指定此屬性的值。

Read 512

使用者可以讀取該屬性。

Write 1024

使用者可以寫入該屬性。

適用於