VcProject.

IsSupported(XmlElement) Method

Summary

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

Syntax

public static bool IsSupported(XmlElement docElement)

Remarks

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

  <VisualStudioProject
    ProjectType="Visual C++"
    Version="..."
    ...
    >
</VisualStudioProject>

Parameters

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

Return Value

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