This documentation is archived and is not being maintained.

ProjectCreationMacroResolver::ReplaceMacros Method

Replaces the globally supported macros in the input string.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

public:
String^ ReplaceMacros(
	String^ inputString
)

Parameters

inputString
Type: System::String

The input string.

Return Value

Type: System::String
The resolved string together with valid macros.

Show: