Méthode | Description | |
---|---|---|
GetProperty ( string name ) : |
||
GetPropertyValue ( string name ) : string | ||
MSBuildPropertyGroup ( |
||
RemoveAllProperties ( ) : void | ||
RemoveProperty ( string name ) : bool | ||
SetPropertyValue ( string name, string value ) : void | ||
ToString ( ) : string | ||
UnMerge ( MSBuildPropertySet baseGrp, ISet |
public GetProperty ( string name ) : |
||
name | string | |
Résultat |
public GetPropertyValue ( string name ) : string | ||
name | string | |
Résultat | string |
public MSBuildPropertyGroup ( |
||
parent | ||
elem | ||
Résultat | System |
public RemoveProperty ( string name ) : bool | ||
name | string | |
Résultat | bool |
public SetPropertyValue ( string name, string value ) : void | ||
name | string | |
value | string | |
Résultat | void |
public UnMerge ( MSBuildPropertySet baseGrp, ISet |
||
baseGrp | MSBuildPropertySet | |
propsToExclude | ISet |
|
Résultat | void |