VBProject.

IsSupported(XmlElement) Method

Summary

Returns a value indicating whether the project represented by the specified XML fragment is supported by NAnt.VSNet.VBProject.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Containing Type
VBProject

Syntax

public static bool IsSupported(XmlElement docElement)

Remarks

A project is identified as as Visual Basic project, if the XML fragment at least has the following information:

  <VisualStudioProject>
    <VisualBasic
        ProductVersion="..."
        ....
    >
        ...
    </VisualBasic>
</VisualStudioProject>

Parameters

Name Type Description
docElement XmlElement XML fragment representing the project to check.

Return Value

Type Description
bool true if NAnt.VSNet.VBProject supports the specified project; otherwise, false.