FoldingRange.Kind Property

Definition

Gets or sets the folding range kind.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to