Dispose Method
Since we create a ServiceProvider which implements IDisposable we also need to implement IDisposable to make sure that the ServiceProvider's Dispose method gets called.
Namespace: Microsoft.VisualStudio.Data.Tools.Package.QueryResults
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Sub Dispose
'Usage
Dim instance As QueryResultsEditorFactory
instance.Dispose()
public void Dispose()
public:
virtual void Dispose() sealed
abstract Dispose : unit -> unit
override Dispose : unit -> unit
public final function Dispose()
Implements
IDisposable..::..Dispose() () () ()
See Also
Reference
QueryResultsEditorFactory Class
Microsoft.VisualStudio.Data.Tools.Package.QueryResults Namespace