Click or drag to resize
EditorCommandArguments Property
Arguments that the command handler should be invoked with.

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

Property Value

Type: IEnumerableObject
See Also