Partager via


IVsTextStorageColorState.GetColorStateAtStartOfLine, méthode

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]

  • piState
    Type : Int32%

    [out]

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

Sécurité .NET Framework

Voir aussi

Référence

IVsTextStorageColorState Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms