FileDialogPermissionAccess 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
Code Access Security is not supported or honored by the runtime.
파일 대화 상자에서 허용되는 파일에 대한 액세스 형식을 지정합니다.
이 열거형은 멤버 값의 비트 조합을 지원합니다.
public enum class FileDialogPermissionAccess
[System.Flags]
[System.Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId="SYSLIB0003", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public enum FileDialogPermissionAccess
[System.Flags]
[System.Serializable]
public enum FileDialogPermissionAccess
[System.Flags]
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum FileDialogPermissionAccess
[System.Flags]
public enum FileDialogPermissionAccess
[<System.Flags>]
[<System.Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId="SYSLIB0003", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type FileDialogPermissionAccess =
[<System.Flags>]
[<System.Serializable>]
type FileDialogPermissionAccess =
[<System.Flags>]
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type FileDialogPermissionAccess =
[<System.Flags>]
type FileDialogPermissionAccess =
Public Enum FileDialogPermissionAccess
- 상속
- 특성
필드
None | 0 | 파일 대화 상자에서 파일에 액세스할 수 없습니다. |
Open | 1 | 파일 대화 상자에서 파일을 열 수 있습니다. |
OpenSave | 3 | 파일 대화 상자에서 파일을 열고 저장할 수 있습니다. |
Save | 2 | 파일 대화 상자에서 파일을 저장할 수 있습니다. |
설명
주의
CAS(코드 액세스 보안)는 .NET Framework 및 .NET의 모든 버전에서 더 이상 사용되지 않습니다. 최신 버전의 .NET은 CAS 주석을 준수하지 않으며 CAS 관련 API를 사용하는 경우 오류가 발생합니다. 개발자는 보안 작업을 수행하는 대체 수단을 찾아야 합니다.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET