C# Class MonoDevelop.Projects.Formats.MSBuild.MSBuildItemGroupCollection

Afficher le fichier Open project: mono-soc-2011/monodevelop Class Usage Examples

Méthodes publiques

Свойство Type Description
doc System.Xml.XmlDocument

Protected Properties

Свойство Type Description
bestGroups MSBuildItemGroup>.Dictionary
elemCache MSBuildObject>.Dictionary
manager System.Xml.XmlNamespaceManager

Private Properties

Свойство Type Description
GetItem MSBuildItem

Méthodes publiques

Méthode Description
AddNewItem ( string name, string include ) : MSBuildItem
AddNewItemGroup ( ) : MSBuildItemGroup
CountNewLines ( string nl, string text ) : int
Load ( string file ) : void
LoadXml ( string xml ) : void
MSBuildItemGroupCollection ( ) : System
RemoveGroup ( MSBuildPropertyGroup grp ) : void
RemoveItem ( MSBuildItem item ) : void
Save ( ) : string

Méthodes protégées

Méthode Description
FindBestGroupForItem ( string itemName ) : MSBuildItemGroup
GetGroup ( XmlElement elem ) : MSBuildPropertyGroup
GetItemGroup ( XmlElement elem ) : MSBuildItemGroup

Private Methods

Méthode Description
GetItem ( XmlElement elem ) : MSBuildItem

Method Details

AddNewItem() public méthode

public AddNewItem ( string name, string include ) : MSBuildItem
name string
include string
Résultat MSBuildItem

AddNewItemGroup() public méthode

public AddNewItemGroup ( ) : MSBuildItemGroup
Résultat MSBuildItemGroup

CountNewLines() public méthode

public CountNewLines ( string nl, string text ) : int
nl string
text string
Résultat int

FindBestGroupForItem() protected méthode

protected FindBestGroupForItem ( string itemName ) : MSBuildItemGroup
itemName string
Résultat MSBuildItemGroup

GetGroup() protected méthode

protected GetGroup ( XmlElement elem ) : MSBuildPropertyGroup
elem System.Xml.XmlElement
Résultat MSBuildPropertyGroup

GetItemGroup() protected méthode

protected GetItemGroup ( XmlElement elem ) : MSBuildItemGroup
elem System.Xml.XmlElement
Résultat MSBuildItemGroup

Load() public méthode

public Load ( string file ) : void
file string
Résultat void

LoadXml() public méthode

public LoadXml ( string xml ) : void
xml string
Résultat void

MSBuildItemGroupCollection() public méthode

public MSBuildItemGroupCollection ( ) : System
Résultat System

RemoveGroup() public méthode

public RemoveGroup ( MSBuildPropertyGroup grp ) : void
grp MSBuildPropertyGroup
Résultat void

RemoveItem() public méthode

public RemoveItem ( MSBuildItem item ) : void
item MSBuildItem
Résultat void

Save() public méthode

public Save ( ) : string
Résultat string

Property Details

bestGroups protected_oe property

protected Dictionary bestGroups
Résultat MSBuildItemGroup>.Dictionary

doc public_oe property

public XmlDocument,System.Xml doc
Résultat System.Xml.XmlDocument

elemCache protected_oe property

protected Dictionary elemCache
Résultat MSBuildObject>.Dictionary

manager protected_oe static_oe property

protected static XmlNamespaceManager,System.Xml manager
Résultat System.Xml.XmlNamespaceManager