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

.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

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

.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

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

.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

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

.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