Share via


DataViewSupport.Close Method

Closes the data view support object, allowing the provider to clean up resources when the data view hierarchy is closed.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Overridable Sub Close
'Usage
Dim instance As DataViewSupport

instance.Close()
public virtual void Close()
public:
virtual void Close()
public function Close()

Implements

IVsDataViewSupport.Close()

Remarks

Notes to Inheritors:

The base implementation of this method does nothing. The derived class should override this method.

.NET Framework Security

See Also

Reference

DataViewSupport Class

DataViewSupport Members

Microsoft.VisualStudio.Data.Framework Namespace