Click or drag to resize
ShowMessageRequestParamsActions Property
A collection of MessageActionItem instances to offer to the user.

Namespace: VSCode.Editor
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public IEnumerable<MessageActionItem> Actions { get; set; }

Property Value

Type: IEnumerableMessageActionItem
See Also