Partager via


IVsTextLayer.EnumLayerMarkers, méthode

Énumère toutes les marques.

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

Syntaxe

'Déclaration
Function EnumLayerMarkers ( _
    iStartLine As Integer, _
    iStartIndex As Integer, _
    iEndLine As Integer, _
    iEndIndex As Integer, _
    iMarkerType As Integer, _
    dwFlags As UInteger, _
    <OutAttribute> ByRef ppEnum As IVsEnumLayerMarkers _
) As Integer
int EnumLayerMarkers(
    int iStartLine,
    int iStartIndex,
    int iEndLine,
    int iEndIndex,
    int iMarkerType,
    uint dwFlags,
    out IVsEnumLayerMarkers ppEnum
)
int EnumLayerMarkers(
    [InAttribute] int iStartLine, 
    [InAttribute] int iStartIndex, 
    [InAttribute] int iEndLine, 
    [InAttribute] int iEndIndex, 
    [InAttribute] int iMarkerType, 
    [InAttribute] unsigned int dwFlags, 
    [OutAttribute] IVsEnumLayerMarkers^% ppEnum
)
abstract EnumLayerMarkers : 
        iStartLine:int * 
        iStartIndex:int * 
        iEndLine:int * 
        iEndIndex:int * 
        iMarkerType:int * 
        dwFlags:uint32 * 
        ppEnum:IVsEnumLayerMarkers byref -> int
function EnumLayerMarkers(
    iStartLine : int, 
    iStartIndex : int, 
    iEndLine : int, 
    iEndIndex : int, 
    iMarkerType : int, 
    dwFlags : uint, 
    ppEnum : IVsEnumLayerMarkers
) : int

Paramètres

  • iStartLine
    Type : Int32

    [in] à partir de la ligne.

  • iStartIndex
    Type : Int32

    [in] démarrant l'index de caractère dans la ligne (doit être la longueur de <= de la ligne).

  • iEndLine
    Type : Int32

    [in] terminant la ligne.

  • iEndIndex
    Type : Int32

    [in] index de caractère de fin dans la ligne (doit être la longueur de <= de la ligne).

  • iMarkerType
    Type : Int32

    [in]

  • dwFlags
    Type : UInt32

    [in] attaché circulaire de l'énumération d'ENUMMARKERFLAGS.

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 IVsTextLayer::EnumLayerMarkers(
   [in] long iStartLine,
   [in] CharIndex iStartIndex,
   [in] long iEndLine,
   [in] CharIndex iEndIndex,
   [in] long iMarkerType,
   [in] DWORD dwFlags, [out] IVsEnumLayerMarkers ** ppEnum
); 

IVsTextLayer.EnumLayerMarkers énumère toutes les marques, mais obtient leur interface d'IVsTextLineMarker via IVsEnumLineMarkers.

Sécurité .NET Framework

Voir aussi

Référence

IVsTextLayer Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms