Project.ExpandString(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Evaluates the provided string by expanding items and properties, as if it was found at the very end of the project file. This is useful for some hosts for which this kind of best-effort evaluation is sufficient. Does not expand bare metadata expressions.
public:
System::String ^ ExpandString(System::String ^ unexpandedValue);
public string ExpandString (string unexpandedValue);
member this.ExpandString : string -> string
Public Function ExpandString (unexpandedValue As String) As String
Parameters
- unexpandedValue
- String
The string to be evaluated.
Returns
The evaluated string.
Remarks
This method can be used when best-effort evaluation is sufficient.