Replacement Property

MSBuild

String replacing matching expression strings in input list. If left empty matches in the input list are removed (replaced with empty string)


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property Replacement As ITaskItem
C#
public ITaskItem Replacement { get; set; }
C++
public property ITaskItem Replacement sealed  {
    ITaskItem get();
    void set(ITaskItem value);
}
J#
/** property */
public ITaskItem get_Replacement();

/** property */
public void set_Replacement(ITaskItem value);
JScript
public function get Replacement() : ITaskItem

public function set Replacement(value : ITaskItem);

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.