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

MidlTask.Tlb Property

[This is preliminary documentation and subject to change.]

Specifies a file name for the type library generated by the MIDL compiler.

[Visual Basic]
<TaskAttribute(Name:="tlb", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Tlb As FileInfo
[C#]
[TaskAttribute(Name="tlb", Required=False, ExpandProperties=True, ProcessXml=True)]
public System.IO.FileInfo Tlb {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.VisualCpp.Tasks.MidlTask.Tlb

See Also

MidlTask Class | NAnt.VisualCpp.Tasks Namespace