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
productCodes
Type: array<System.String[]The ProductCode values of the selected components.
culture
Type: System.StringThe culture used to create the bootstrapper.
fallbackCulture
Type: System.StringThe fallback culture used to create the bootstrapper.
componentsLocation
Type: Microsoft.Build.Tasks.Deployment.Bootstrapper.ComponentsLocationSpecifies how the bootstrapper packages the selected components.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.