Partager via


IVsTextStream.FindMarkerByPosition, méthode

Localise une marque d'un type donné selon une position dans le flux de texte.

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

Syntaxe

'Déclaration
Function FindMarkerByPosition ( _
    iMarkerType As Integer, _
    iStartingPos As Integer, _
    dwFlags As UInteger, _
    <OutAttribute> ByRef ppMarker As IVsTextStreamMarker _
) As Integer
int FindMarkerByPosition(
    int iMarkerType,
    int iStartingPos,
    uint dwFlags,
    out IVsTextStreamMarker ppMarker
)
int FindMarkerByPosition(
    [InAttribute] int iMarkerType, 
    [InAttribute] int iStartingPos, 
    [InAttribute] unsigned int dwFlags, 
    [OutAttribute] IVsTextStreamMarker^% ppMarker
)
abstract FindMarkerByPosition : 
        iMarkerType:int * 
        iStartingPos:int * 
        dwFlags:uint32 * 
        ppMarker:IVsTextStreamMarker byref -> int
function FindMarkerByPosition(
    iMarkerType : int, 
    iStartingPos : int, 
    dwFlags : uint, 
    ppMarker : IVsTextStreamMarker
) : int

Paramètres

  • iMarkerType
    Type : Int32

    [in] spécifie le type de marque pour le rechercher.

  • iStartingPos
    Type : Int32

    [in] position de départ dans le flux de texte. 

  • dwFlags
    Type : UInt32

    [in] spécifie la direction pour rechercher une marque. Pour une liste de valeurs d'dwFlags, consultez l'FINDMARKERFLAGS.

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 IVsTextStream::FindMarkerByPosition(
   [in] long iMarkerType,
   [in] long iStartingPos,
   [in] DWORD dwFlags,
   [out] IVsTextStreamMarker **ppMarker
);

Recherches de cette méthode pour des marques soumis aux contraintes spécifiées à l'aide de les paramètres d'dwFlags et d'iMarkerType.

Sécurité .NET Framework

Voir aussi

Référence

IVsTextStream Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms