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

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

Méthodes publiques

Méthode Description
Add ( MSBuildPropertyGroup g ) : void
GetProperty ( string name ) : MSBuildProperty
GetPropertyValue ( string name ) : string
RemoveAllProperties ( ) : void
RemoveProperty ( string name ) : bool
SetPropertyValue ( string name, string value ) : void
UnMerge ( MSBuildPropertySet baseGrp, ISet propertiesToExclude ) : void

Private Methods

Méthode Description
Prune ( MSBuildPropertyGroup g ) : void

Method Details

Add() public méthode

public Add ( MSBuildPropertyGroup g ) : void
g MSBuildPropertyGroup
Résultat void

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

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

UnMerge() public méthode

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