CodeActionContext.Only Свойство

Определение

Возвращает или задает массив типов действий кода для фильтрации.

public:
 property cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::CodeActionKind> ^ Only { cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::CodeActionKind> ^ get(); void set(cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::CodeActionKind> ^ value); };
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="only")]
public Microsoft.VisualStudio.LanguageServer.Protocol.CodeActionKind[] Only { get; set; }
public Microsoft.VisualStudio.LanguageServer.Protocol.CodeActionKind[] Only { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="only")>]
member this.Only : Microsoft.VisualStudio.LanguageServer.Protocol.CodeActionKind[] with get, set
member this.Only : Microsoft.VisualStudio.LanguageServer.Protocol.CodeActionKind[] with get, set
Public Property Only As CodeActionKind()

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

CodeActionKind[]
Атрибуты
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

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