AccessTypes Sabit listesi

Tanım

Dikkat

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Bağımlılık özelliği için erişim modunu belirtir.

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

public enum class AccessTypes
[System.Flags]
public enum AccessTypes
[System.Flags]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public enum AccessTypes
[<System.Flags>]
type AccessTypes = 
[<System.Flags>]
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type AccessTypes = 
Public Enum AccessTypes
Devralma
AccessTypes
Öznitelikler

Alanlar

Name Değer Description
Read 1

Okuma erişimi.

Write 2

Yazma erişimi.

ReadWrite 3

Okuma ve yazma erişimi.

Açıklamalar

Note

Bu malzeme, eski türleri ve ad alanlarını ele alır. Daha fazla bilgi için bkz. Deprecated Types in Windows Workflow Foundation 4.5.

Şunlara uygulanır