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

Inheritance: MSBuildObject, MSBuildPropertySet
Mostrar archivo Open project: mono-soc-2011/monodevelop Class Usage Examples

Public Methods

Method 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 method

public GetProperty ( string name ) : MSBuildProperty
name string
return MSBuildProperty

GetPropertyValue() public method

public GetPropertyValue ( string name ) : string
name string
return string

MSBuildPropertyGroup() public method

public MSBuildPropertyGroup ( MSBuildItemGroupCollection parent, XmlElement elem ) : System
parent MSBuildItemGroupCollection
elem System.Xml.XmlElement
return System

RemoveAllProperties() public method

public RemoveAllProperties ( ) : void
return void

RemoveProperty() public method

public RemoveProperty ( string name ) : bool
name string
return bool

SetPropertyValue() public method

public SetPropertyValue ( string name, string value ) : void
name string
value string
return void

ToString() public method

public ToString ( ) : string
return string

UnMerge() public method

public UnMerge ( MSBuildPropertySet baseGrp, ISet propsToExclude ) : void
baseGrp MSBuildPropertySet
propsToExclude ISet
return void