Partilhar via


Método IVsUIShell.GetVSSysColor (VSSYSCOLOR, UInt32)

 

Publicado: abril de 2016

Esse método é reprovado.Use GetVSSysColorEx em vez disso.

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

Sintaxe

int GetVSSysColor(
    VSSYSCOLOR dwSysColIndex,
    out uint pdwRGBval
)
int GetVSSysColor(
    VSSYSCOLOR dwSysColIndex,
    [OutAttribute] unsigned int% pdwRGBval
)
abstract GetVSSysColor : 
        dwSysColIndex:VSSYSCOLOR *
        pdwRGBval:uint32 byref -> int
Function GetVSSysColor (
    dwSysColIndex As VSSYSCOLOR,
    <OutAttribute> ByRef pdwRGBval As UInteger
) As Integer

Parâmetros

  • dwSysColIndex
    Não use.
  • pdwRGBval
    Não use.

Valor de retorno

Type: System.Int32

Consulte também

Interface IVsUIShell
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo