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