ContentFile Property

MSBuild

The original file whose content is to be updated


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

Syntax

Visual Basic (Declaration)
<Required>
Public Property ContentFile As ITaskItem
C#
[Required]
public ITaskItem ContentFile { get; set; }
C++
[Required]
public property ITaskItem ContentFile sealed  {
    ITaskItem get();
    void set(ITaskItem value);
}
J#
/** @attribute Required() */
/** property */
public ITaskItem get_ContentFile();

/** property */
public void set_ContentFile(ITaskItem value);
JScript
public function get ContentFile() : ITaskItem

public function set ContentFile(value : ITaskItem);

Remarks

This task is currently under construction and not necessarily feature complete.

See Also

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