IVsUIShell.GetVSSysColor – metoda (VSSYSCOLOR, UInt32)
Tato metoda se již nepoužívá.Jako náhradu použijte GetVSSysColorEx.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)
Syntaxe
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
Parametry
- dwSysColIndex
Nepoužívejte.
- pdwRGBval
Nepoužívejte.
Vrácená hodnota
Type: System.Int32
Viz také
IVsUIShell – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek