ShowMessageRequestParams.Actions Property

Definition

Gets or sets an array of MessageActionItems to present.

public:
 property cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::MessageActionItem ^> ^ Actions { cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::MessageActionItem ^> ^ get(); void set(cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::MessageActionItem ^> ^ value); };
[System.Runtime.Serialization.DataMember(Name="actions")]
public Microsoft.VisualStudio.LanguageServer.Protocol.MessageActionItem[] Actions { get; set; }
[System.Runtime.Serialization.DataMember(Name="actions")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public Microsoft.VisualStudio.LanguageServer.Protocol.MessageActionItem[]? Actions { get; set; }
[<System.Runtime.Serialization.DataMember(Name="actions")>]
member this.Actions : Microsoft.VisualStudio.LanguageServer.Protocol.MessageActionItem[] with get, set
[<System.Runtime.Serialization.DataMember(Name="actions")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.Actions : Microsoft.VisualStudio.LanguageServer.Protocol.MessageActionItem[] with get, set
Public Property Actions As MessageActionItem()

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to