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

MidlTask.Acf Property

[This is preliminary documentation and subject to change.]

The /acf switch allows the user to supply an explicit ACF file name. The switch also allows the use of different interface names in the IDL and ACF files.

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

Remarks

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

See Also

MidlTask Class | NAnt.VisualCpp.Tasks Namespace