This documentation is archived and is not being maintained.
ProjectCreationMacroResolver::TryGetReplacement Method
Visual Studio 2013
Gets an individual macro replacement value.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
public: bool TryGetReplacement( String^ macro, [OutAttribute] String^% replacement )
Parameters
- macro
- Type: System::String
The input string.
- replacement
- Type: System::String%
The resolved string together with valid macros.
- 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.
Show: