NAnt SDK Documentation - v0.92 |
|
TlbExpTask.NamesFile Property
Specifies the file used to determine capitalization of names in a type library.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="names", ExpandProperties:=True, ProcessXml:=True)>
Public Property NamesFile As
FileInfo
[C#]
[TaskAttribute(Required=False, Name="names", ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo NamesFile {get; set;}
Property Value
The file used to determine capitalization of names in a type library.
Remarks
See the Microsoft.NET Framework SDK documentation for details.
See Also
TlbExpTask Class | NAnt.Win32.Tasks Namespace