Condividi tramite


Metodo VsTextBufferClass.FindMarkerByLineIndex

Individua un marcatore di un determinato tipo base a un indice di riga.

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
Public Overridable Function FindMarkerByLineIndex ( _
    iMarkerType As Integer, _
    iStartingLine As Integer, _
    iStartingIndex As Integer, _
    dwFlags As UInteger, _
    <OutAttribute> ByRef ppMarker As IVsTextLineMarker _
) As Integer
public virtual int FindMarkerByLineIndex(
    int iMarkerType,
    int iStartingLine,
    int iStartingIndex,
    uint dwFlags,
    out IVsTextLineMarker ppMarker
)
public:
virtual int FindMarkerByLineIndex(
    [InAttribute] int iMarkerType, 
    [InAttribute] int iStartingLine, 
    [InAttribute] int iStartingIndex, 
    [InAttribute] unsigned int dwFlags, 
    [OutAttribute] IVsTextLineMarker^% ppMarker
)
abstract FindMarkerByLineIndex : 
        iMarkerType:int * 
        iStartingLine:int * 
        iStartingIndex:int * 
        dwFlags:uint32 * 
        ppMarker:IVsTextLineMarker byref -> int  
override FindMarkerByLineIndex : 
        iMarkerType:int * 
        iStartingLine:int * 
        iStartingIndex:int * 
        dwFlags:uint32 * 
        ppMarker:IVsTextLineMarker byref -> int
public function FindMarkerByLineIndex(
    iMarkerType : int, 
    iStartingLine : int, 
    iStartingIndex : int, 
    dwFlags : uint, 
    ppMarker : IVsTextLineMarker
) : int

Parametri

  • iMarkerType
    Tipo: Int32

    [in] Specifica il tipo di marcatori per trovare.

  • iStartingLine
    Tipo: Int32

    [in] Riga di origine.

  • iStartingIndex
    Tipo: Int32

    [in] Indice del carattere iniziale all'interno della riga. Deve essere minore o uguale alla lunghezza della riga.

  • dwFlags
    Tipo: UInt32

    [in] Specifica la direzione di ricerca il marcatore. per un elenco di dwFlags i valori, vedere FINDMARKERFLAGS.

Valore restituito

Tipo: Int32

Implementa

IVsTextLines.FindMarkerByLineIndex(Int32, Int32, Int32, UInt32, IVsTextLineMarker%)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VsTextBufferClass Classe

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop