EditorCommandArguments Property |
Arguments that the command handler should be invoked with.
Namespace: VSCodeAssembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax public IEnumerable<Object> Arguments { get; set; }
Property Value
Type:
IEnumerableObjectSee Also