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
'宣言
Public Overridable Sub Close
'使用
Dim instance As DataViewSupport
instance.Close()
public virtual void Close()
public:
virtual void Close()
public function Close()
Implements
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.