UIOption 열거형

업데이트: 2007년 11월

파일이나 디렉터리를 복사, 삭제 또는 이동할 때 표시할 대화 상자를 지정합니다.

설명

이 열거형은 My.Computer.FileSystem.CopyDirectory 메서드, My.Computer.FileSystem.CopyFile 메서드, My.Computer.FileSystem.DeleteDirectory 메서드, My.Computer.FileSystem.DeleteFile 메서드, My.Computer.FileSystem.MoveDirectory 메서드My.Computer.FileSystem.MoveFile 메서드와 함께 사용됩니다.

멤버

멤버

설명

OnlyErrorDialogs

오류 대화 상자만 표시하고 진행률 대화 상자는 숨깁니다. 기본값.

AllDialogs

진행률 대화 상자와 오류 대화 상자를 표시합니다.

요구 사항

네임스페이스:Microsoft.VisualBasic.FileIO

클래스:UIOption

**어셈블리:**Visual Basic 런타임 라이브러리(Microsoft.VisualBasic.dll)

참고 항목

참조

My.Computer.FileSystem.CopyDirectory 메서드

My.Computer.FileSystem.CopyFile 메서드

My.Computer.FileSystem.DeleteDirectory 메서드

My.Computer.FileSystem.DeleteFile 메서드

My.Computer.FileSystem.MoveDirectory 메서드

My.Computer.FileSystem.MoveFile 메서드

Microsoft.VisualBasic.FileIO.UIOption