FileTracker.CreateRootingMarkerResponseFile Method

Definition

Creates a temporary response file containing the rooting marker.

Overloads

CreateRootingMarkerResponseFile(ITaskItem[])

Given a set of source files in the form of ITaskItem, creates a temporary response file containing the rooting marker that corresponds to those sources.

CreateRootingMarkerResponseFile(String)

Given a rooting marker, creates a temporary response file with that rooting marker in it.

CreateRootingMarkerResponseFile(ITaskItem[])

Source:
FileTracker.cs

Given a set of source files in the form of ITaskItem, creates a temporary response file containing the rooting marker that corresponds to those sources.

C#
public static string CreateRootingMarkerResponseFile(Microsoft.Build.Framework.ITaskItem[] sources);

Parameters

sources
ITaskItem[]

ITaskItem array of primary sources.

Returns

The response file path.

Applies to

.NET Framework 4.8.1 ve diğer sürümler
Ürün Sürümler
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

CreateRootingMarkerResponseFile(String)

Source:
FileTracker.cs

Given a rooting marker, creates a temporary response file with that rooting marker in it.

C#
public static string CreateRootingMarkerResponseFile(string rootMarker);

Parameters

rootMarker
String

The rooting marker to put in the response file.

Returns

The response file path.

Applies to

.NET Framework 4.8.1 ve diğer sürümler
Ürün Sürümler
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1