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

ProjectSettings.GetOutputType Method 

[This is preliminary documentation and subject to change.]

Determines the output type of the project from its XML definition.

[Visual Basic]
Overridable Protected Function GetOutputType( _
   ByVal settingsXml As XmlElement _
) As ManagedOutputType
[C#]
protected virtual ManagedOutputType GetOutputType(
   XmlElement settingsXml
);

Parameters

settingsXml
The XML definition of the project settings.

Return Value

The output type of the project.

Remarks

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

Exceptions

Exception Type Condition
BuildException

The output type of the project is not set in the specified XML definition.

-or-

The output type of the project is not supported.

See Also

ProjectSettings Class | NAnt.VSNet Namespace