Partilhar via


Método IVsUIWin32Icon.GetHICON (Int32)

 

Retorna o identificador HICON para o ícone.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Sintaxe

int GetHICON(
    out int phIcon
)
int GetHICON(
    [OutAttribute] int% phIcon
)
abstract GetHICON : 
        phIcon:int byref -> int
Function GetHICON (
    <OutAttribute> ByRef phIcon As Integer
) As Integer

Parâmetros

  • phIcon
    [out] Local para retornar o identificador.

Valor de retorno

Type: System.Int32

Retorna S_OK se a alça foi retornada.

Consulte também

Interface IVsUIWin32Icon
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo