NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
StyleTask.SrcFile Property
[This is preliminary documentation and subject to change.]
Specifies a single XML document to be styled. Should be used with the OutputFile attribute.
[Visual Basic]
<TaskAttribute(Name:="in", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property SrcFile As
FileInfo
[C#]
[TaskAttribute(Name="in", Required=False, ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo SrcFile {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Tasks.StyleTask.SrcFile
See Also
StyleTask Class | NAnt.Core.Tasks Namespace