Bagikan melalui


IToolboxItemCreator.CreateToolboxItem Metode

Definisi

Membuat item kotak alat dari jenis yang ditentukan.

public:
 Microsoft::VisualStudio::OLE::Interop::IDataObject ^ CreateToolboxItem(System::String ^ typeName, System::Reflection::AssemblyName ^ assemblyName, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ itemProperties, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ extraInfo);
public Microsoft.VisualStudio.OLE.Interop.IDataObject CreateToolboxItem(string typeName, System.Reflection.AssemblyName assemblyName, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> itemProperties, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> extraInfo);
abstract member CreateToolboxItem : string * System.Reflection.AssemblyName * seq<System.Collections.Generic.KeyValuePair<string, string>> * seq<System.Collections.Generic.KeyValuePair<string, string>> -> Microsoft.VisualStudio.OLE.Interop.IDataObject
Public Function CreateToolboxItem (typeName As String, assemblyName As AssemblyName, itemProperties As IEnumerable(Of KeyValuePair(Of String, String)), extraInfo As IEnumerable(Of KeyValuePair(Of String, String))) As IDataObject

Parameter

typeName
String

Nama jenis hierarkis lengkap.

assemblyName
AssemblyName

Perakitan yang typeName ditemukan.

itemProperties
IEnumerable<KeyValuePair<String,String>>

Properti yang diperoleh dari IToolboxItemInfo.GetPropertyValue untuk item ini.

extraInfo
IEnumerable<KeyValuePair<String,String>>

Koleksi dikembalikan dari IToolboxItemInfo.ExtraInfo untuk item ini.

Mengembalikan

Item kotak alat.

Keterangan

Metode ini dapat dipanggil pada utas latar belakang.

Berlaku untuk