次の方法で共有


Package.IVsPackage.Close Method

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Private Function Close As Integer Implements IVsPackage.Close
'使用
Dim instance As Package
Dim returnValue As Integer

returnValue = CType(instance, IVsPackage).Close()
int IVsPackage.Close()
private:
virtual int Close() sealed = IVsPackage::Close
JScript does not support explicit interface implementations.

Return Value

Type: System.Int32

Implements

IVsPackage.Close()

Permissions

See Also

Reference

Package Class

Package Members

Microsoft.VisualStudio.Shell Namespace