Returns a value indicating whether the project represented by the specified XML fragment is supported by VBProject.
true if VBProject supports the specified project; otherwise, false.
A project is identified as as Visual Basic project, if the XML fragment at least has the following information:
<VisualStudioProject> <VisualBasic ProductVersion="..." .... > ... </VisualBasic> </VisualStudioProject>
VBProject Class | NAnt.VSNet Namespace