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

แชร์ผ่าน


FileTracker.FormatRootingMarker Method

Definition

Construct a rooting marker string from the ITaskItem array of primary sources.

Overloads

FormatRootingMarker(ITaskItem)

Construct a rooting marker string from the ITaskItem array of primary sources.

FormatRootingMarker(ITaskItem[])

Construct a rooting marker string from the ITaskItem array of primary sources.

FormatRootingMarker(ITaskItem, ITaskItem)

Construct a rooting marker string from the ITaskItem array of primary sources.

FormatRootingMarker(ITaskItem[], ITaskItem[])

Construct a rooting marker string from the ITaskItem array of primary sources.

FormatRootingMarker(ITaskItem)

Source:
FileTracker.cs

Construct a rooting marker string from the ITaskItem array of primary sources.

C#
public static string FormatRootingMarker(Microsoft.Build.Framework.ITaskItem source);

Parameters

source
ITaskItem

An ITaskItem containing information about the primary source.

Returns

The marker string.

Applies to

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

FormatRootingMarker(ITaskItem[])

Source:
FileTracker.cs

Construct a rooting marker string from the ITaskItem array of primary sources.

C#
public static string FormatRootingMarker(Microsoft.Build.Framework.ITaskItem[] sources);
C#
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public static string FormatRootingMarker(Microsoft.Build.Framework.ITaskItem[] sources);

Parameters

sources
ITaskItem[]

ITaskItem array of primary sources.

Returns

The marker string.

Attributes

Applies to

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

FormatRootingMarker(ITaskItem, ITaskItem)

Source:
FileTracker.cs

Construct a rooting marker string from the ITaskItem array of primary sources.

C#
public static string FormatRootingMarker(Microsoft.Build.Framework.ITaskItem source, Microsoft.Build.Framework.ITaskItem output);

Parameters

source
ITaskItem

An ITaskItem containing information about the primary source.

output
ITaskItem

An ITaskItem containing information about the output.

Returns

The marker string.

Applies to

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

FormatRootingMarker(ITaskItem[], ITaskItem[])

Source:
FileTracker.cs

Construct a rooting marker string from the ITaskItem array of primary sources.

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

Parameters

sources
ITaskItem[]

ITaskItem array of primary sources.

outputs
ITaskItem[]

ITaskItem array of outputs.

Returns

The marker string.

Applies to

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