Get.Replaces Property
The list of all items that were replaced in the workspace.
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Declaration
<OutputAttribute> _
Public ReadOnly Property Replaces As ITaskItem()
[OutputAttribute]
public ITaskItem[] Replaces { get; }
[OutputAttribute]
public:
property array<ITaskItem^>^ Replaces {
array<ITaskItem^>^ get ();
}
[<OutputAttribute>]
member Replaces : ITaskItem[] with get
function get Replaces () : ITaskItem[]
Property Value
Type: array<Microsoft.Build.Framework.ITaskItem[]
Returns ITaskItem.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.