C# Class Microsoft.R.Components.Plots.Implementation.Commands.PlotDeviceCutCopyCommand

Inheritance: PlotDeviceCommand, IAsyncCommand
Show file Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
InvokeAsync ( ) : Task
PlotDeviceCutCopyCommand ( IRInteractiveWorkflow interactiveWorkflow, IRPlotDeviceVisualComponent visualComponent, bool cut ) : System.Runtime.InteropServices

Method Details

InvokeAsync() public method

public InvokeAsync ( ) : Task
return Task

PlotDeviceCutCopyCommand() public method

public PlotDeviceCutCopyCommand ( IRInteractiveWorkflow interactiveWorkflow, IRPlotDeviceVisualComponent visualComponent, bool cut ) : System.Runtime.InteropServices
interactiveWorkflow IRInteractiveWorkflow
visualComponent IRPlotDeviceVisualComponent
cut bool
return System.Runtime.InteropServices