NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
MidlTask.Iid Property
[This is preliminary documentation and subject to change.]
Specifies the name of the interface identifier file for a COM interface, overriding the default name obtained by adding _i.c to the IDL file name.
[Visual Basic]
<TaskAttribute(Name:="iid", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Iid As
FileInfo
[C#]
[TaskAttribute(Name="iid", Required=False, ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo Iid {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.VisualCpp.Tasks.MidlTask.Iid
See Also
MidlTask Class | NAnt.VisualCpp.Tasks Namespace