OleComponent.IOleComponent.FQueryTerminate Method
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'宣言
Private Function FQueryTerminate ( _
fPromptUser As Integer _
) As Integer Implements IOleComponent.FQueryTerminate
int IOleComponent.FQueryTerminate(
int fPromptUser
)
Parameters
- fPromptUser
Type: System.Int32
A value indicating whether user prompting should occur if necessary.
Return Value
Type: System.Int32
Implements
IOleComponent.FQueryTerminate(Int32)
.NET Framework Security
- 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.
See Also
Reference
Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace