AddInDownloadingArgs - конструктор
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Пространство имен: Microsoft.VisualStudio.Tools.Applications.Deployment
Сборка: Microsoft.VisualStudio.Tools.Applications.Runtime (в Microsoft.VisualStudio.Tools.Applications.Runtime.dll)
Синтаксис
'Декларация
Public Sub New ( _
manifest As Uri, _
installationStatus As AddInInstallationStatus, _
productName As String, _
originalLocation As Uri, _
finalLocation As Uri _
)
public AddInDownloadingArgs(
Uri manifest,
AddInInstallationStatus installationStatus,
string productName,
Uri originalLocation,
Uri finalLocation
)
Параметры
- manifest
Тип: System.Uri
- installationStatus
Тип: Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatus
- productName
Тип: System.String
- originalLocation
Тип: System.Uri
- finalLocation
Тип: System.Uri
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.
См. также
Ссылки
Microsoft.VisualStudio.Tools.Applications.Deployment - пространство имен