CodeAction.Kind 属性

定义

获取或设置此实例所表示的代码操作的类型。

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)

属性值

Nullable<CodeActionKind>
属性
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

适用于