A base interface for the various library transfer contexts. More...
import"sbILibraryTransferContext.idl";
Public Attributes | |
readonly attribute sbIMediaList | source |
The list the item or items were dragged from. More... | |
readonly attribute unsigned long | count |
The number of items in the transfer context. More... | |
A base interface for the various library transfer contexts.
Note that this interface is not meant to be implemented, it just serves as a base interface for the following derived interfaces
Definition at line 46 of file sbILibraryTransferContext.idl.
readonly attribute unsigned long sbILibraryTransferContext::count |
The number of items in the transfer context.
Definition at line 56 of file sbILibraryTransferContext.idl.
readonly attribute sbIMediaList sbILibraryTransferContext::source |
The list the item or items were dragged from.
Definition at line 51 of file sbILibraryTransferContext.idl.