Logger.FormatWarningEvent(BuildWarningEventArgs) 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.
Generates a message in the default format from a BuildWarningEventArgs object.
public:
virtual System::String ^ FormatWarningEvent(Microsoft::Build::Framework::BuildWarningEventArgs ^ args);
public virtual string FormatWarningEvent (Microsoft.Build.Framework.BuildWarningEventArgs args);
abstract member FormatWarningEvent : Microsoft.Build.Framework.BuildWarningEventArgs -> string
override this.FormatWarningEvent : Microsoft.Build.Framework.BuildWarningEventArgs -> string
Public Overridable Function FormatWarningEvent (args As BuildWarningEventArgs) As String
Parameters
Warning event arguments
Returns
Warning message in canonical format