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

ProjectSettings.GetProjectGuid Method 

[This is preliminary documentation and subject to change.]

Gets the project GUID from the given XmlElement holding a <VisualStudioProject> node.

[Visual Basic]
Public Shared Function GetProjectGuid( _
   ByVal projectFile As String, _
   ByVal elemRoot As XmlElement _
) As String
[C#]
public static string GetProjectGuid(
   string projectFile,
   XmlElement elemRoot
);

Parameters

projectFile
The path of the project file.
elemRoot
The <VisualStudioProject> node from which the project GUID should be retrieved.

Return Value

The project GUID from specified <VisualStudioProject> node.

Remarks

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

See Also

ProjectSettings Class | NAnt.VSNet Namespace