PublishDiagnosticParams.Diagnostics Property
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.
Gets or sets the collection of diagnostics.
public:
property cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::Diagnostic ^> ^ Diagnostics { cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::Diagnostic ^> ^ get(); void set(cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::Diagnostic ^> ^ value); };
[System.Runtime.Serialization.DataMember(Name="diagnostics")]
public Microsoft.VisualStudio.LanguageServer.Protocol.Diagnostic[] Diagnostics { get; set; }
[<System.Runtime.Serialization.DataMember(Name="diagnostics")>]
member this.Diagnostics : Microsoft.VisualStudio.LanguageServer.Protocol.Diagnostic[] with get, set
Public Property Diagnostics As Diagnostic()
Property Value
- Attributes