ConsoleLogger.ApplyParameter(String, 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.
This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.ConstructionMicrosoft.Build.EvaluationMicrosoft.Build.Execution Apply a parameter. NOTE: This method was public by accident in Whidbey, so it cannot be made internal now. It has no good reason for being public.
public:
void ApplyParameter(System::String ^ parameterName, System::String ^ parameterValue);
public void ApplyParameter (string parameterName, string parameterValue);
member this.ApplyParameter : string * string -> unit
Public Sub ApplyParameter (parameterName As String, parameterValue As String)
Parameters
- parameterName
- String
The parameter name to add to the logger.
- parameterValue
- String
The parameter value to assign to the parameterName
.
Remarks
Warning
This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.Construction Microsoft.Build.Evaluation Microsoft.Build.Execution