CodeActionSetting.ResolveSupport 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 a value indicating whether the client supports resolving
additional code action properties via a separate codeAction/resolve
request.
public:
property Microsoft::VisualStudio::LanguageServer::Protocol::CodeActionResolveSupportSetting ^ ResolveSupport { Microsoft::VisualStudio::LanguageServer::Protocol::CodeActionResolveSupportSetting ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::CodeActionResolveSupportSetting ^ value); };
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="resolveSupport")]
public Microsoft.VisualStudio.LanguageServer.Protocol.CodeActionResolveSupportSetting? ResolveSupport { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="resolveSupport")>]
member this.ResolveSupport : Microsoft.VisualStudio.LanguageServer.Protocol.CodeActionResolveSupportSetting with get, set
Public Property ResolveSupport As CodeActionResolveSupportSetting
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute