NAnt SDK Documentation - v0.92

VcConfigurationBase.ExpansionHandler Delegate

[Visual Basic]
<Serializable>
Public Delegate Function VcConfigurationBase.ExpansionHandler( _
   ByVal value As String _
) As String
[C#]
[Serializable]
public delegate string VcConfigurationBase.ExpansionHandler(
   string value
);

Requirements

Namespace: NAnt.VSNet

Assembly: NAnt.VSNetTasks (in NAnt.VSNetTasks.dll)

See Also

NAnt.VSNet Namespace