C# 클래스 SDE.Core.VirtualFileDataObject

상속: System.Runtime.InteropServices.ComTypes.IDataObject, IAsyncOperation
파일 보기 프로젝트 열기: Tokeiburu/RagnarokSDE 1 사용 예제들

공개 메소드들

메소드 설명
DoDragDrop ( DependencyObject dragSource, System.Runtime.InteropServices.ComTypes.IDataObject dataObject, DragDropEffects allowedEffects ) : DragDropEffects
SetData ( List fileDescriptors ) : void
SetData ( short dataFormat, IEnumerable data ) : void
SetData ( short dataFormat, int index, FileDescriptor descriptor ) : void
SetDraggable ( Image imagePreview, GrfImageWrapper wrapper ) : void
VirtualFileDataObject ( ) : System
VirtualFileDataObject ( Action startAction, Action endAction ) : System

비공개 메소드들

메소드 설명
IAsyncOperation ( IBindCtx pbcReserved ) : void
IAsyncOperation ( int fDoOpAsync ) : void
IAsyncOperation ( int hResult, IBindCtx pbcReserved, uint dwEffects ) : void
IDataObject ( DATADIR direction ) : IEnumFORMATETC
IDataObject ( System.Runtime.InteropServices.ComTypes.FORMATETC &format ) : int
IDataObject ( System.Runtime.InteropServices.ComTypes.FORMATETC &pFormatetc, ADVF advf, IAdviseSink adviseSink, int &connection ) : int
IDataObject ( System.Runtime.InteropServices.ComTypes.FORMATETC &formatIn, System.Runtime.InteropServices.ComTypes.FORMATETC &formatOut ) : int
IDataObject ( IEnumSTATDATA &enumAdvise ) : int
IDataObject ( System.Runtime.InteropServices.ComTypes.FORMATETC &format, System.Runtime.InteropServices.ComTypes.STGMEDIUM &medium ) : void
IDataObject ( System.Runtime.InteropServices.ComTypes.FORMATETC &formatIn, System.Runtime.InteropServices.ComTypes.STGMEDIUM &medium, bool release ) : void
IDataObject ( int connection ) : void
StructureBytes ( object source ) : IEnumerable

메소드 상세

DoDragDrop() 공개 정적인 메소드

public static DoDragDrop ( DependencyObject dragSource, System.Runtime.InteropServices.ComTypes.IDataObject dataObject, DragDropEffects allowedEffects ) : DragDropEffects
dragSource System.Windows.DependencyObject
dataObject System.Runtime.InteropServices.ComTypes.IDataObject
allowedEffects DragDropEffects
리턴 DragDropEffects

SetData() 공개 메소드

public SetData ( List fileDescriptors ) : void
fileDescriptors List
리턴 void

SetData() 공개 메소드

public SetData ( short dataFormat, IEnumerable data ) : void
dataFormat short
data IEnumerable
리턴 void

SetData() 공개 메소드

public SetData ( short dataFormat, int index, FileDescriptor descriptor ) : void
dataFormat short
index int
descriptor FileDescriptor
리턴 void

SetDraggable() 공개 정적인 메소드

public static SetDraggable ( Image imagePreview, GrfImageWrapper wrapper ) : void
imagePreview Image
wrapper GrfImageWrapper
리턴 void

VirtualFileDataObject() 공개 메소드

public VirtualFileDataObject ( ) : System
리턴 System

VirtualFileDataObject() 공개 메소드

public VirtualFileDataObject ( Action startAction, Action endAction ) : System
startAction Action
endAction Action
리턴 System