BootstrapperBuilder.GetOutputFolders Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Returns the directories to which bootstrapper component files are copied when they are created, given the specified settings.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Tasks.Deployment.Bootstrapper
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

Syntax

'Declaration
Public Function GetOutputFolders ( _
    productCodes As String(), _
    culture As String, _
    fallbackCulture As String, _
    componentsLocation As ComponentsLocation _
) As String()
public string[] GetOutputFolders(
    string[] productCodes,
    string culture,
    string fallbackCulture,
    ComponentsLocation componentsLocation
)
public:
array<String^>^ GetOutputFolders(
    array<String^>^ productCodes, 
    String^ culture, 
    String^ fallbackCulture, 
    ComponentsLocation componentsLocation
)
member GetOutputFolders : 
        productCodes:string[] * 
        culture:string * 
        fallbackCulture:string * 
        componentsLocation:ComponentsLocation -> string[] 
public function GetOutputFolders(
    productCodes : String[], 
    culture : String, 
    fallbackCulture : String, 
    componentsLocation : ComponentsLocation
) : String[]

Parameters

  • culture
    Type: System.String

    The culture used to create the bootstrapper.

  • fallbackCulture
    Type: System.String

    The fallback culture used to create the bootstrapper.

Return Value

Type: array<System.String[]
The directories to which bootstrapper component files are copied when they are created, given the specified settings.

.NET Framework Security

See Also

Reference

BootstrapperBuilder Class

Microsoft.Build.Tasks.Deployment.Bootstrapper Namespace