Partilhar via


Método IVsExtensibility3.GetUserControl (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 GetUserControl(
    out bool fUserControl
)
int GetUserControl(
    [OutAttribute] bool% fUserControl
)
abstract GetUserControl : 
        fUserControl:bool byref -> int
Function GetUserControl (
    <OutAttribute> ByRef 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