IVsColorableItem.GetDefaultColors, méthode
Définit l'arrière-plan et les couleurs de premier plan par défaut pour un élément coloriable personnalisé.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Function GetDefaultColors ( _
<OutAttribute> piForeground As COLORINDEX(), _
<OutAttribute> piBackground As COLORINDEX() _
) As Integer
int GetDefaultColors(
COLORINDEX[] piForeground,
COLORINDEX[] piBackground
)
int GetDefaultColors(
[OutAttribute] array<COLORINDEX>^ piForeground,
[OutAttribute] array<COLORINDEX>^ piBackground
)
abstract GetDefaultColors :
piForeground:COLORINDEX[] byref *
piBackground:COLORINDEX[] byref -> int
function GetDefaultColors(
piForeground : COLORINDEX[],
piBackground : COLORINDEX[]
) : int
Paramètres
piForeground
Type : array<Microsoft.VisualStudio.TextManager.Interop.COLORINDEX[][] retourne un entier contenant la couleur de premier plan. Pour plus d'informations, consultez COLORINDEX.
piBackground
Type : array<Microsoft.VisualStudio.TextManager.Interop.COLORINDEX[][] retourne un entier contenant la couleur d'arrière-plan. Pour plus d'informations, consultez COLORINDEX.
Valeur de retour
Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.
Notes
Signature de COM
De textmgr.idl :
HRESULT IVsColorableItem::GetDefaultColors(
[out] COLORINDEX *piForeground,
[out] COLORINDEX *piBackground
);
Les valeurs de couleur retournées sont prises de l'énumération d'COLORINDEX et sont essentiellement des index dans une liste de couleur prédéfinie.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.