Método IVsExtensibility3.TestForShutdown (Boolean)
Publicado: abril de 2016
Esta API suporta a infraestrutura produto e não é destinada a ser usada diretamente no seu código.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int TestForShutdown(
out bool fShutdown
)
int TestForShutdown(
[OutAttribute] bool% fShutdown
)
abstract TestForShutdown :
fShutdown:bool byref -> int
Function TestForShutdown (
<OutAttribute> ByRef fShutdown As Boolean
) As Integer
Parâmetros
- fShutdown
Valor de retorno
Type: System.Int32
Consulte também
Interface IVsExtensibility3
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo