Método IVsExtensibility2.SetUserControlUnlatched
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Somente para uso interno da Microsoft.
Namespace: EnvDTE80
Assembly: EnvDTE80 (em EnvDTE80.dll)
Sintaxe
'Declaração
Sub SetUserControlUnlatched ( _
fUserControl As Boolean _
)
void SetUserControlUnlatched(
bool fUserControl
)
void SetUserControlUnlatched(
[InAttribute] bool fUserControl
)
abstract SetUserControlUnlatched :
fUserControl:bool -> unit
function SetUserControlUnlatched(
fUserControl : boolean
)
Parâmetros
fUserControl
Tipo: Boolean
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.