Поделиться через


CodeActionContext.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()

Значение свойства

Атрибуты

Применяется к