C# 클래스 BExplorer.Shell.FOperationProgressSink

상속: FileOperationProgressSink
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

Private Properties

프로퍼티 타입 설명
PostCopyItem void
PostDeleteItem void
PostMoveItem void
PostRenameItem void

공개 메소드들

메소드 설명
FOperationProgressSink ( ) : BExplorer.Shell.Interop
FOperationProgressSink ( ShellView view ) : BExplorer.Shell.Interop
PreCopyItem ( uint dwFlags, IShellItem psiItem, IShellItem psiDestinationFolder, string pszNewName ) : void
PreDeleteItem ( uint dwFlags, IShellItem psiItem ) : void
PreMoveItem ( uint dwFlags, IShellItem psiItem, IShellItem psiDestinationFolder, string pszNewName ) : void
PreRenameItem ( uint dwFlags, IShellItem psiItem, string pszNewName ) : void
UpdateProgress ( uint iWorkTotal, uint iWorkSoFar ) : void

비공개 메소드들

메소드 설명
PostCopyItem ( TRANSFER_SOURCE_FLAGS dwFlags, IShellItem psiItem, IShellItem psiDestinationFolder, string pszNewName, uint hrCopy, IShellItem psiNewlyCreated ) : void
PostDeleteItem ( TRANSFER_SOURCE_FLAGS dwFlags, IShellItem psiItem, uint hrDelete, IShellItem psiNewlyCreated ) : void
PostMoveItem ( uint dwFlags, IShellItem psiItem, IShellItem psiDestinationFolder, string pszNewName, uint hrMove, IShellItem psiNewlyCreated ) : void
PostRenameItem ( uint dwFlags, IShellItem psiItem, string pszNewName, uint hrRename, IShellItem psiNewlyCreated ) : void

메소드 상세

FOperationProgressSink() 공개 메소드

public FOperationProgressSink ( ) : BExplorer.Shell.Interop
리턴 BExplorer.Shell.Interop

FOperationProgressSink() 공개 메소드

public FOperationProgressSink ( ShellView view ) : BExplorer.Shell.Interop
view ShellView
리턴 BExplorer.Shell.Interop

PreCopyItem() 공개 메소드

public PreCopyItem ( uint dwFlags, IShellItem psiItem, IShellItem psiDestinationFolder, string pszNewName ) : void
dwFlags uint
psiItem IShellItem
psiDestinationFolder IShellItem
pszNewName string
리턴 void

PreDeleteItem() 공개 메소드

public PreDeleteItem ( uint dwFlags, IShellItem psiItem ) : void
dwFlags uint
psiItem IShellItem
리턴 void

PreMoveItem() 공개 메소드

public PreMoveItem ( uint dwFlags, IShellItem psiItem, IShellItem psiDestinationFolder, string pszNewName ) : void
dwFlags uint
psiItem IShellItem
psiDestinationFolder IShellItem
pszNewName string
리턴 void

PreRenameItem() 공개 메소드

public PreRenameItem ( uint dwFlags, IShellItem psiItem, string pszNewName ) : void
dwFlags uint
psiItem IShellItem
pszNewName string
리턴 void

UpdateProgress() 공개 메소드

public UpdateProgress ( uint iWorkTotal, uint iWorkSoFar ) : void
iWorkTotal uint
iWorkSoFar uint
리턴 void