NAnt SDK Documentation - v0.85-nightly-2005-11-09

ClTask.PchThroughFile Property

[This is preliminary documentation and subject to change.]

The path of the boundary file when generating/using the specified PchFile. If a precompiled header file is not specified then this attribute is ignored.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="pchthroughfile", ExpandProperties:=True, ProcessXml:=True)>
Public Property PchThroughFile As String
[C#]
[TaskAttribute(Required=False, Name="pchthroughfile", ExpandProperties=True, ProcessXml=True)]
public string PchThroughFile {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.VisualCpp.Tasks.ClTask.PchThroughFile

See Also

ClTask Class | NAnt.VisualCpp.Tasks Namespace