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

Inheritance: MSBuildObject, MSBuildPropertySet
Afficher le fichier Open project: mono-soc-2011/monodevelop Class Usage Examples

Méthodes publiques

Méthode Description
GetProperty ( string name ) : MSBuildProperty
GetPropertyValue ( string name ) : string
MSBuildPropertyGroup ( MSBuildItemGroupCollection parent, XmlElement elem ) : System
RemoveAllProperties ( ) : void
RemoveProperty ( string name ) : bool
SetPropertyValue ( string name, string value ) : void
ToString ( ) : string
UnMerge ( MSBuildPropertySet baseGrp, ISet propsToExclude ) : void

Method Details

GetProperty() public méthode

public GetProperty ( string name ) : MSBuildProperty
name string
Résultat MSBuildProperty

GetPropertyValue() public méthode

public GetPropertyValue ( string name ) : string
name string
Résultat string

MSBuildPropertyGroup() public méthode

public MSBuildPropertyGroup ( MSBuildItemGroupCollection parent, XmlElement elem ) : System
parent MSBuildItemGroupCollection
elem System.Xml.XmlElement
Résultat System

RemoveAllProperties() public méthode

public RemoveAllProperties ( ) : void
Résultat void

RemoveProperty() public méthode

public RemoveProperty ( string name ) : bool
name string
Résultat bool

SetPropertyValue() public méthode

public SetPropertyValue ( string name, string value ) : void
name string
value string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

UnMerge() public méthode

public UnMerge ( MSBuildPropertySet baseGrp, ISet propsToExclude ) : void
baseGrp MSBuildPropertySet
propsToExclude ISet
Résultat void