BinaryLogger.ExtractFilePathFromParameters(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.
Extracts the file path from binary logger parameters string. This is a helper method for processing multiple binlog parameters.
public:
static System::String ^ ExtractFilePathFromParameters(System::String ^ parameters);
public static string ExtractFilePathFromParameters(string parameters);
static member ExtractFilePathFromParameters : string -> string
Public Shared Function ExtractFilePathFromParameters (parameters As String) As String
Parameters
- parameters
- String
The parameters string (e.g., "output.binlog" or "output.binlog;ProjectImports=None")
Returns
The resolved file path, or "msbuild.binlog" if no path is specified