Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Replaces the globally supported macros in the input string.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function ReplaceMacros ( _
inputString As String _
) As String
public string ReplaceMacros(
string inputString
)
public:
String^ ReplaceMacros(
String^ inputString
)
member ReplaceMacros :
inputString:string -> string
public function ReplaceMacros(
inputString : String
) : String
Parameters
- inputString
Type: System.String
The input string.
Return Value
Type: System.String
The resolved string together with valid macros.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.