ProjectBase.

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
ProjectBase

Syntax

protected abstract void VerifyProjectXml(XmlElement docElement)

Parameters

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

Return Value

Type Description
void