CodeAction.Kind 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 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