Freigeben über


AsyncModelingPackage.AddToolboxItemsAsync Methode

Definition

Fügen Sie die übergebene Auflistung von ModelingToolboxItemBase-Elementen zur Visual Studio-Toolbox hinzu.

protected:
 System::Threading::Tasks::Task ^ AddToolboxItemsAsync(System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Modeling::Design::ModelingToolboxItemBase ^> ^ items, System::Threading::CancellationToken cancellationToken);
protected System.Threading.Tasks.Task AddToolboxItemsAsync (System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Modeling.Design.ModelingToolboxItemBase> items, System.Threading.CancellationToken cancellationToken);
member this.AddToolboxItemsAsync : seq<Microsoft.VisualStudio.Modeling.Design.ModelingToolboxItemBase> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Protected Function AddToolboxItemsAsync (items As IEnumerable(Of ModelingToolboxItemBase), cancellationToken As CancellationToken) As Task

Parameter

items
IEnumerable<ModelingToolboxItemBase>

Ein Array von ModelingToolboxItem, das hinzugefügt werden soll.

cancellationToken
CancellationToken

Gibt zurück

Gilt für: