Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
Function BootstrapAsync ( _
    projectUniqueName As String, _
    target As String, _
    cItems As Integer, _
    packagesToDownload As String(), _
    logger As IVsAppContainerBootstrapperLogger _
) As IVsTask
IVsTask BootstrapAsync(
    string projectUniqueName,
    string target,
    int cItems,
    string[] packagesToDownload,
    IVsAppContainerBootstrapperLogger logger
)
IVsTask^ BootstrapAsync(
    [InAttribute] String^ projectUniqueName, 
    [InAttribute] String^ target, 
    [InAttribute] int cItems, 
    [InAttribute] array<String^>^ packagesToDownload, 
    [InAttribute] IVsAppContainerBootstrapperLogger^ logger
)
abstract BootstrapAsync : 
        projectUniqueName:string * 
        target:string * 
        cItems:int * 
        packagesToDownload:string[] * 
        logger:IVsAppContainerBootstrapperLogger -> IVsTask
function BootstrapAsync(
    projectUniqueName : String, 
    target : String, 
    cItems : int, 
    packagesToDownload : String[], 
    logger : IVsAppContainerBootstrapperLogger
) : IVsTask
Parameters
- projectUniqueName
 Type: String
- target
 Type: String
- cItems
 Type: Int32
- packagesToDownload
 Type: array<String[]
Return Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsTask
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.