Udostępnij przez


Diagnostic Class

Definition

public class Diagnostic
type Diagnostic = class
Public Class Diagnostic
Inheritance
Diagnostic

Constructors

Diagnostic()

Properties

Message

The diagnostic's message.

Range

The range at which the message applies.

Severity

A diagnostic instance may represent an error, warning, hint, etc., and each may impose different behavior on an editor. This member indicates the diagnostic's kind.

Applies to