DiagnosticTools.IsError(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 an error.
public static bool IsError (this Microsoft.VisualStudio.LanguageServer.Protocol.Diagnostic m);
static member IsError : Microsoft.VisualStudio.LanguageServer.Protocol.Diagnostic -> bool
<Extension()>
Public Function IsError (m As Diagnostic) As Boolean