NAnt SDK Documentation - v0.85-nightly-2005-11-09

CSharpProject.VerifyProjectXml Method 

[This is preliminary documentation and subject to change.]

Verifies whether the specified XML fragment represents a valid project that is supported by this ProjectBase.

[Visual Basic]
Overrides Protected Sub VerifyProjectXml( _
   ByVal docElement As XmlElement _
)
[C#]
protected override void VerifyProjectXml(
   XmlElement docElement
);

Parameters

docElement
XML fragment representing the project file.

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.CSharpProject.VerifyProjectXml(System.Xml.XmlElement)

Exceptions

Exception Type Condition
BuildException

The XML fragment is not supported by this ProjectBase.

-or-

The XML fragment does not represent a valid project (for this ProjectBase).

See Also

CSharpProject Class | NAnt.VSNet Namespace