Click or drag to resize
MessageActionItem Constructor (String)
Creates a new MessageActionItem instance using the provided title.

Namespace: VSCode.Editor
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public MessageActionItem(
	string title
)

Parameters

title
Type: SystemString
See Also