Method | Description | |
---|---|---|
Add ( |
||
GetProperty ( string name ) : |
||
GetPropertyValue ( string name ) : string | ||
RemoveAllProperties ( ) : void | ||
RemoveProperty ( string name ) : bool | ||
SetPropertyValue ( string name, string value ) : void | ||
UnMerge ( MSBuildPropertySet baseGrp, ISet |
Method | Description | |
---|---|---|
Prune ( |
public GetProperty ( string name ) : |
||
name | string | |
return |
public GetPropertyValue ( string name ) : string | ||
name | string | |
return | string |
public SetPropertyValue ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public UnMerge ( MSBuildPropertySet baseGrp, ISet |
||
baseGrp | MSBuildPropertySet | |
propertiesToExclude | ISet |
|
return | void |