Partager via


IToolboxItemCreator.CreateToolboxItem, méthode

Espace de noms :  Microsoft.VisualStudio.Shell
Assembly :  Microsoft.VisualStudio.Shell.Immutable.11.0 (dans Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

Syntaxe

'Déclaration
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
IDataObject CreateToolboxItem(
    string typeName,
    AssemblyName assemblyName,
    IEnumerable<KeyValuePair<string, string>> itemProperties,
    IEnumerable<KeyValuePair<string, string>> extraInfo
)

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.OLE.Interop.IDataObject

Sécurité .NET Framework

Voir aussi

Référence

IToolboxItemCreator Interface

Microsoft.VisualStudio.Shell, espace de noms