Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Private Function QueryClose ( _
<OutAttribute> ByRef close As Integer _
) As Integer Implements IVsPackage.QueryClose
'使用
Dim instance As Package
Dim close As Integer
Dim returnValue As Integer
returnValue = CType(instance, IVsPackage).QueryClose(close)
int IVsPackage.QueryClose(
out int close
)
private:
virtual int QueryClose(
[OutAttribute] int% close
) sealed = IVsPackage::QueryClose
JScript does not support explicit interface implementations.
Parameters
- close
Type: System.Int32%
Return Value
Type: System.Int32
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.