Package.GetToolboxItemDataAsync(String, DataFormats+Format) Method

Definition

protected:
 virtual System::Threading::Tasks::Task<System::Object ^> ^ GetToolboxItemDataAsync(System::String ^ itemId, System::Windows::Forms::DataFormats::Format ^ format);
protected virtual System.Threading.Tasks.Task<object> GetToolboxItemDataAsync (string itemId, System.Windows.Forms.DataFormats.Format format);
abstract member GetToolboxItemDataAsync : string * System.Windows.Forms.DataFormats.Format -> System.Threading.Tasks.Task<obj>
override this.GetToolboxItemDataAsync : string * System.Windows.Forms.DataFormats.Format -> System.Threading.Tasks.Task<obj>
Protected Overridable Function GetToolboxItemDataAsync (itemId As String, format As DataFormats.Format) As Task(Of Object)

Parameters

itemId
String

Returns

Applies to