CSharpProject.

VerifyProjectXml(XmlElement) Method

Summary

Verifies whether the specified XML fragment represents a valid project that is supported by this NAnt.VSNet.ProjectBase.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Containing Type
CSharpProject

Syntax

protected override void VerifyProjectXml(XmlElement docElement)

Parameters

Name Type Description
docElement XmlElement XML fragment representing the project file.

Return Value

Type Description
void