ProjectInstance.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, using the current items and properties available. This is useful for some hosts, or for the debugger immediate window. Does not expand bare metadata expressions.
public:
virtual System::String ^ ExpandString(System::String ^ unexpandedValue);
public string ExpandString (string unexpandedValue);
abstract member ExpandString : string -> string
override this.ExpandString : string -> string
Public Function ExpandString (unexpandedValue As String) As String
Parameters
- unexpandedValue
- String
The string to be expanded.
Returns
The expanded string value.
Remarks
This is useful for some hosts, or for the debugger immediate window.
Does not expand bare metadata expressions.