IVsExtensionRepository.Download-Methode
Downloads an extension.
Namespace: Microsoft.VisualStudio.ExtensionManager
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
Syntax
'Declaration
Function Download ( _
extensionDetails As IRepositoryEntry _
) As IInstallableExtension
IInstallableExtension Download(
IRepositoryEntry extensionDetails
)
IInstallableExtension^ Download(
IRepositoryEntry^ extensionDetails
)
abstract Download :
extensionDetails:IRepositoryEntry -> IInstallableExtension
function Download(
extensionDetails : IRepositoryEntry
) : IInstallableExtension
Parameter
extensionDetails
Typ: Microsoft.VisualStudio.ExtensionManager.IRepositoryEntryThe IRepositoryEntry that corresponds to the extension to be downloaded.
Rückgabewert
Typ: Microsoft.VisualStudio.ExtensionManager.IInstallableExtension
An IInstallableExtension that contains metadata for the downloaded extension.
Hinweise
Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.