CodeActionSetting.CodeActionLiteralSupport 属性

定义

获取或设置一个值,该值指示客户端支持代码操作文本。

public:
 property Microsoft::VisualStudio::LanguageServer::Protocol::CodeActionLiteralSetting ^ CodeActionLiteralSupport { Microsoft::VisualStudio::LanguageServer::Protocol::CodeActionLiteralSetting ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::CodeActionLiteralSetting ^ value); };
[System.Runtime.Serialization.DataMember(Name="codeActionLiteralSupport")]
public Microsoft.VisualStudio.LanguageServer.Protocol.CodeActionLiteralSetting CodeActionLiteralSupport { get; set; }
[<System.Runtime.Serialization.DataMember(Name="codeActionLiteralSupport")>]
member this.CodeActionLiteralSupport : Microsoft.VisualStudio.LanguageServer.Protocol.CodeActionLiteralSetting with get, set
Public Property CodeActionLiteralSupport As CodeActionLiteralSetting

属性值

CodeActionLiteralSetting
属性

适用于