C# Class EventStore.VSTools.QueryViewWindow

Inheritance: Microsoft.VisualStudio.Shell.ToolWindowPane
Afficher le fichier Open project: AlexeyRaga/esvstools

Méthodes publiques

Méthode Description
QueryViewWindow ( ) : System.Runtime.InteropServices

Standard constructor for the tool window.

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

Method Details

QueryViewWindow() public méthode

Standard constructor for the tool window.
public QueryViewWindow ( ) : System.Runtime.InteropServices
Résultat System.Runtime.InteropServices

ShowQueryResult() public méthode

public ShowQueryResult ( string name, string queryUri, string queryResult ) : void
name string
queryUri string
queryResult string
Résultat void