DiagnosticTools.IsWarning(Diagnostic) 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.
Returns true if m is a warning.
public static bool IsWarning (this Microsoft.VisualStudio.LanguageServer.Protocol.Diagnostic m);
static member IsWarning : Microsoft.VisualStudio.LanguageServer.Protocol.Diagnostic -> bool
<Extension()>
Public Function IsWarning (m As Diagnostic) As Boolean