PropertyAttributes Sabit listesi

Tanım

Dikkat

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

Bir özelliğin özniteliklerini belirtir.

Bu sabit listesi, üyeleri için bit düzeyinde karşılaştırmayı destekler.

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
Devralma
PropertyAttributes
Öznitelikler

Alanlar

NotSupported 0

özelliği sağlayıcı tarafından desteklenmiyor.

Optional 2

Veri kaynağı başlatılmadan önce kullanıcının bu özellik için bir değer belirtmesi gerekmez.

Read 512

Kullanıcı özelliği okuyabilir.

Required 1

Veri kaynağı başlatılmadan önce kullanıcının bu özellik için bir değer belirtmesi gerekir.

Write 1024

Kullanıcı özelliğine yazabilir.

Şunlara uygulanır