CodeAction.Kind Property
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.
C++
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)
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute Data
Member Attribute
Produit | Versions |
---|---|
Visual Studio SDK | 2019, 2022 |