IToolboxItemCreator.CreateToolboxItem Metodo

Definizione

Crea un elemento di casella degli strumenti del tipo specificato.

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

Parametri

typeName
String

Nome completo del tipo gerarchico.

assemblyName
AssemblyName

Assembly in cui typeName è stato trovato.

itemProperties
IEnumerable<KeyValuePair<String,String>>

Proprietà ottenute da IToolboxItemInfo.GetPropertyValue per questo elemento.

extraInfo
IEnumerable<KeyValuePair<String,String>>

Raccolta restituita da IToolboxItemInfo.ExtraInfo per questo elemento.

Restituisce

Elemento della casella degli strumenti.

Commenti

Questo metodo può essere chiamato su un thread in background.

Si applica a