Método IVsExtensibility3.SetUserControlUnlatched (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 SetUserControlUnlatched(
bool fUserControl
)
int SetUserControlUnlatched(
bool fUserControl
)
abstract SetUserControlUnlatched :
fUserControl:bool -> int
Function SetUserControlUnlatched (
fUserControl As Boolean
) As Integer
Parâmetros
- fUserControl
Valor de retorno
Type: System.Int32
Consulte também
Interface IVsExtensibility3
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo