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

ProjectFactory.LoadProjectXml Method 

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:NAnt.VSNet.ProjectFactory.LoadProjectXml(System.String)

[Visual Basic]
Public Shared Function LoadProjectXml( _
   ByVal path As String _
) As XmlDocument
[C#]
public static XmlDocument LoadProjectXml(
   string path
);

Parameters

path
Missing <param> documentation for path

Return Value

Missing <returns> documentation for M:NAnt.VSNet.ProjectFactory.LoadProjectXml(System.String)

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.ProjectFactory.LoadProjectXml(System.String)

See Also

ProjectFactory Class | NAnt.VSNet Namespace