IPackageInstaller.InstallPackages(IEnumerable<PackageMetadata>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::Threading::Tasks::Task ^ InstallPackages(System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Web::CodeGeneration::PackageMetadata ^> ^ packages);
public System.Threading.Tasks.Task InstallPackages (System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Web.CodeGeneration.PackageMetadata> packages);
abstract member InstallPackages : seq<Microsoft.VisualStudio.Web.CodeGeneration.PackageMetadata> -> System.Threading.Tasks.Task
Public Function InstallPackages (packages As IEnumerable(Of PackageMetadata)) As Task
Parameters
- packages
- IEnumerable<PackageMetadata>