33 references to UICancelOption
Microsoft.VisualBasic.Core (33)
Microsoft\VisualBasic\FileIO\FileSystem.vb (33)
379overwrite:=False, UIOptionInternal.NoUI, UICancelOption.ThrowException) 391overwrite, UIOptionInternal.NoUI, UICancelOption.ThrowException) 404overwrite:=False, ToUIOptionInternal(showUI), UICancelOption.ThrowException) 416Public Shared Sub CopyDirectory(ByVal sourceDirectoryName As String, ByVal destinationDirectoryName As String, ByVal showUI As UIOption, ByVal onUserCancel As UICancelOption) 428overwrite:=False, UIOptionInternal.NoUI, UICancelOption.ThrowException) 439overwrite, UIOptionInternal.NoUI, UICancelOption.ThrowException) 452overwrite:=False, ToUIOptionInternal(showUI), UICancelOption.ThrowException) 465Public Shared Sub CopyFile(ByVal sourceFileName As String, ByVal destinationFileName As String, ByVal showUI As UIOption, ByVal onUserCancel As UICancelOption) 493UIOptionInternal.NoUI, RecycleOption.DeletePermanently, UICancelOption.ThrowException) 504ToUIOptionInternal(showUI), recycle, UICancelOption.ThrowException) 515ByVal showUI As UIOption, ByVal recycle As RecycleOption, ByVal onUserCancel As UICancelOption) 525DeleteFileInternal(file, UIOptionInternal.NoUI, RecycleOption.DeletePermanently, UICancelOption.ThrowException) 535DeleteFileInternal(file, ToUIOptionInternal(showUI), recycle, UICancelOption.ThrowException) 548ByVal onUserCancel As UICancelOption) 561overwrite:=False, UIOptionInternal.NoUI, UICancelOption.ThrowException) 572overwrite, UIOptionInternal.NoUI, UICancelOption.ThrowException) 585overwrite:=False, ToUIOptionInternal(showUI), UICancelOption.ThrowException) 597Public Shared Sub MoveDirectory(ByVal sourceDirectoryName As String, ByVal destinationDirectoryName As String, ByVal showUI As UIOption, ByVal onUserCancel As UICancelOption) 609overwrite:=False, UIOptionInternal.NoUI, UICancelOption.ThrowException) 620overwrite, UIOptionInternal.NoUI, UICancelOption.ThrowException) 633overwrite:=False, ToUIOptionInternal(showUI), UICancelOption.ThrowException) 646Public Shared Sub MoveFile(ByVal sourceFileName As String, ByVal destinationFileName As String, ByVal showUI As UIOption, ByVal onUserCancel As UICancelOption) 894ByVal overwrite As Boolean, ByVal showUI As UIOptionInternal, ByVal onUserCancel As UICancelOption) 1042Overwrite, UIOptionInternal.NoUI, UICancelOption.ThrowException) 1093ByVal overwrite As Boolean, ByVal showUI As UIOptionInternal, ByVal onUserCancel As UICancelOption 1179ByVal showUI As UIOptionInternal, ByVal recycle As RecycleOption, ByVal onUserCancel As UICancelOption) 1219ByVal onUserCancel As UICancelOption) 1599ByVal FullSourcePath As String, ByVal FullTargetPath As String, ByVal ShowUI As UIOptionInternal, ByVal OnUserCancel As UICancelOption) 1665ByVal ShowUI As UIOptionInternal, ByVal recycle As RecycleOption, ByVal OnUserCancel As UICancelOption, ByVal FileOrDirectory As FileOrDirectory) 2020Private Shared Sub VerifyUICancelOption(ByVal argName As String, ByVal argValue As UICancelOption) 2021If argValue = UICancelOption.DoNothing OrElse 2022argValue = UICancelOption.ThrowException Then 2026Throw New InvalidEnumArgumentException(argName, argValue, GetType(UICancelOption))