Método IVsFontAndColorUtilities.EncodeAutomaticColor (UInt32)
Publicado: agosto de 2016
Retorna o valor atual de Visual Studio cor automática de sessão como um RGB (COLORREF) valor.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int EncodeAutomaticColor(
out uint pcrResult
)
int EncodeAutomaticColor(
[OutAttribute] unsigned int% pcrResult
)
abstract EncodeAutomaticColor :
pcrResult:uint32 byref -> int
Function EncodeAutomaticColor (
<OutAttribute> ByRef pcrResult As UInteger
) As Integer
Parâmetros
pcrResult
Type: System.UInt32[out] Uma representação COLORREF correspondente para o Visual Studio cor automática.
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
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