IVsToolboxDataProvider Members
Include Protected Members
Include Inherited Members
Requests information from data providers regarding the data objects that they support.
The IVsToolboxDataProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
FileDropped | Sends notification that a file is being dropped on the Toolbox. | |
GetItemInfo | Returns the item information for the specified data object. | |
IsDataSupported | Determines the appropriate clipboard data format for a data object . | |
IsSupported | Determines whether or not a data object is supported by a data provider and can be added to the Toolbox. |
Top