Compartilhar via


Método IVsExtensibility.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:  EnvDTE
Assembly:  EnvDTE (em EnvDTE.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: System.Boolean
    Se há ou não é um controle de usuário.

Segurança do .NET Framework

Consulte também

Referência

IVsExtensibility Interface

Namespace EnvDTE