C# Класс NAnt.VSNet.ProjectSettings

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
GetProjectGuid ( string projectFile, XmlElement elemRoot ) : string

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

GetTemporaryFilename ( string fileName ) : string
ProjectSettings ( XmlElement elemRoot, XmlElement elemSettings, ManagedProjectBase project ) : System

Защищенные методы

Метод Описание
GetOutputType ( XmlElement settingsXml ) : ManagedOutputType

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

Описание методов

GetOutputType() защищенный Метод

Determines the output type of the project from its XML definition.
/// /// The output type of the project is not set in the specified XML /// definition. /// /// -or- /// /// The output type of the project is not supported. /// ///
protected GetOutputType ( XmlElement settingsXml ) : ManagedOutputType
settingsXml System.Xml.XmlElement The XML definition of the project settings.
Результат ManagedOutputType

GetProjectGuid() публичный статический Метод

Gets the project GUID from the given XmlElement holding a <VisualStudioProject> node.
public static GetProjectGuid ( string projectFile, XmlElement elemRoot ) : string
projectFile string The path of the project file.
elemRoot System.Xml.XmlElement The <VisualStudioProject> node from which the project GUID should be retrieved.
Результат string

GetTemporaryFilename() публичный Метод

public GetTemporaryFilename ( string fileName ) : string
fileName string
Результат string

ProjectSettings() публичный Метод

public ProjectSettings ( XmlElement elemRoot, XmlElement elemSettings, ManagedProjectBase project ) : System
elemRoot System.Xml.XmlElement
elemSettings System.Xml.XmlElement
project ManagedProjectBase
Результат System