ContentPathUsedByTask Property

MSBuild

The full path of the file containing content updated by the task


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

Syntax

Visual Basic (Declaration)
<Output>
Public ReadOnly Property ContentPathUsedByTask As String
C#
[Output]
public string ContentPathUsedByTask { get; }
C++
[Output]
public property string ContentPathUsedByTask sealed  {
    String get();
}
J#
/** @attribute Output() */
/** property */
public string get_ContentPathUsedByTask();
JScript
public function get ContentPathUsedByTask() : String

See Also

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