Partager via


IVsTextColorState.GetColorStateAtStartOfLine, méthode

Retourne l'état mis en cache de la mémoire tampon pour le début de la ligne donnée.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
Function GetColorStateAtStartOfLine ( _
    iLine As Integer, _
    <OutAttribute> ByRef piState As Integer _
) As Integer
int GetColorStateAtStartOfLine(
    int iLine,
    out int piState
)
int GetColorStateAtStartOfLine(
    [InAttribute] int iLine, 
    [OutAttribute] int% piState
)
abstract GetColorStateAtStartOfLine : 
        iLine:int * 
        piState:int byref -> int
function GetColorStateAtStartOfLine(
    iLine : int, 
    piState : int
) : int

Paramètres

  • iLine
    Type : Int32

    [in] ligne concernée.

  • piState
    Type : Int32%

    [] état actuel de couleur.

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 IVsTextColorState::GetColorStateAtStartOfLine(
   [in] long iLine,
   [out] long *piState
);

Sécurité .NET Framework

Voir aussi

Référence

IVsTextColorState Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms