C# Class Microsoft.CodeAnalysis.Editor.Commands.ExecuteInInteractiveCommandArgs

Inheritance: CommandArgs
Mostrar archivo Open project: lodejard/AllNetCore Class Usage Examples

Public Methods

Method Description
ExecuteInInteractiveCommandArgs ( ITextView textView, ITextBuffer subjectBuffer ) : System.Diagnostics.CodeAnalysis

Method Details

ExecuteInInteractiveCommandArgs() public method

public ExecuteInInteractiveCommandArgs ( ITextView textView, ITextBuffer subjectBuffer ) : System.Diagnostics.CodeAnalysis
textView ITextView
subjectBuffer ITextBuffer
return System.Diagnostics.CodeAnalysis