Refresh Method

Called to refresh the data. It also invokes the refresh event allowing the UI to refresh the presentation layer.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.QueryResults
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Sub Refresh
'Usage
Dim instance As QueryResultsDocData

instance.Refresh()
public void Refresh()
public:
void Refresh()
member Refresh : unit -> unit 
public function Refresh()

See Also

Reference

QueryResultsDocData Class

Microsoft.VisualStudio.Data.Tools.Package.QueryResults Namespace