FlatTrackingData.TlogFiles Property

Definition

The TLog files that back this structure

public:
 property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ TlogFiles { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); void set(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ value); };
public Microsoft.Build.Framework.ITaskItem[] TlogFiles { get; set; }
public Microsoft.Build.Framework.ITaskItem[] TlogFiles { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.TlogFiles : Microsoft.Build.Framework.ITaskItem[] with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.TlogFiles : Microsoft.Build.Framework.ITaskItem[] with get, set
Public Property TlogFiles As ITaskItem()

Property Value

The TLog files that back this structure.

Attributes

Applies to