Método IVsFontAndColorUtilities.GetColorType (UInt32, Int32)
Publicado: agosto de 2016
Obtenha o tipo de representação de cores em uma COLORREF.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int GetColorType(
uint crSource,
out int pctType
)
int GetColorType(
unsigned int crSource,
[OutAttribute] int% pctType
)
abstract GetColorType :
crSource:uint32 *
pctType:int byref -> int
Function GetColorType (
crSource As UInteger,
<OutAttribute> ByRef pctType As Integer
) As Integer
Parâmetros
crSource
Type: System.UInt32[in] Uma representação de COLORREF do valor de cor.
pctType
Type: System.Int32[out] Um inteiro que representa o tipo de cor crSource.
Valor Retornado
Type: System.Int32
Se o método for bem-sucedido, ele retornará S_OK. Se ele falhar, ele retorna um código de erro.
Comentários
O valor de pctType será um membro do __VSCOLORTYPE enumeração.
Código gerenciado pode obter a funcionalidade equivalente à GetSysColor com SystemColors e converter entre COLORREF e System.Drawing.Color estrutura usando M:System.Drawing.ColorTranslator.FromWin32 e M:System.Drawing.ColorTranslator.ToWin32.
Confira Também
Interface IVsFontAndColorUtilities
Namespace Microsoft.VisualStudio.Shell.Interop
Usando fontes e cores
Retornar ao início