อ่านในภาษาอังกฤษ

แชร์ผ่าน


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

MSBuild 17 และรุ่นอื่นๆ
ผลิตภัณฑ์ เวอร์ชัน
MSBuild 15, 16, 17

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

MSBuild 17 และรุ่นอื่นๆ
ผลิตภัณฑ์ เวอร์ชัน
MSBuild 15, 16, 17