PropertyAttributes Výčet

Definice

Upozornění

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

Určuje atributy vlastnosti.

Tento výčet podporuje bitové kombinace hodnot jeho členů.

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
Dědičnost
PropertyAttributes
Atributy

Pole

NotSupported 0

Zprostředkovatel vlastnost nepodporuje.

Optional 2

Uživatel nemusí zadávat hodnotu pro tuto vlastnost před inicializování zdroje dat.

Read 512

Uživatel může vlastnost přečíst.

Required 1

Uživatel musí zadat hodnotu pro tuto vlastnost před inicializování zdroje dat.

Write 1024

Uživatel může do vlastnosti zapisovat.

Platí pro