CodeAction.Kind Property

Definition

Gets or sets the kind of code action this instance represents.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to