C# Class EventStore.VSTools.QueryViewWindow

Inheritance: Microsoft.VisualStudio.Shell.ToolWindowPane
Show file Open project: AlexeyRaga/esvstools

Public Methods

Method Description
QueryViewWindow ( ) : System.Runtime.InteropServices

Standard constructor for the tool window.

ShowQueryResult ( string name, string queryUri, string queryResult ) : void

Method Details

QueryViewWindow() public method

Standard constructor for the tool window.
public QueryViewWindow ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices

ShowQueryResult() public method

public ShowQueryResult ( string name, string queryUri, string queryResult ) : void
name string
queryUri string
queryResult string
return void