C# Class SDE.Core.VirtualFileDataObject

Inheritance: System.Runtime.InteropServices.ComTypes.IDataObject, IAsyncOperation
Afficher le fichier Open project: Tokeiburu/RagnarokSDE Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

DoDragDrop() public static méthode

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
Résultat DragDropEffects

SetData() public méthode

public SetData ( List fileDescriptors ) : void
fileDescriptors List
Résultat void

SetData() public méthode

public SetData ( short dataFormat, IEnumerable data ) : void
dataFormat short
data IEnumerable
Résultat void

SetData() public méthode

public SetData ( short dataFormat, int index, FileDescriptor descriptor ) : void
dataFormat short
index int
descriptor FileDescriptor
Résultat void

SetDraggable() public static méthode

public static SetDraggable ( Image imagePreview, GrfImageWrapper wrapper ) : void
imagePreview Image
wrapper GrfImageWrapper
Résultat void

VirtualFileDataObject() public méthode

public VirtualFileDataObject ( ) : System
Résultat System

VirtualFileDataObject() public méthode

public VirtualFileDataObject ( Action startAction, Action endAction ) : System
startAction Action
endAction Action
Résultat System