Partager via


IVsSyntheticRegion.GetBaseBufferAnchor, méthode

Obtient l'ancre de base de mémoire tampon de la zone.

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

Syntaxe

'Déclaration
Function GetBaseBufferAnchor ( _
    <OutAttribute> ByRef piAnchorLine As Integer, _
    <OutAttribute> ByRef piAnchorIndex As Integer _
) As Integer
int GetBaseBufferAnchor(
    out int piAnchorLine,
    out int piAnchorIndex
)
int GetBaseBufferAnchor(
    [OutAttribute] int% piAnchorLine, 
    [OutAttribute] int% piAnchorIndex
)
abstract GetBaseBufferAnchor : 
        piAnchorLine:int byref * 
        piAnchorIndex:int byref -> int
function GetBaseBufferAnchor(
    piAnchorLine : int, 
    piAnchorIndex : int
) : int

Paramètres

  • piAnchorLine
    Type : Int32%

    [] l'index de l'emplacement de base de mémoire tampon.

  • piAnchorIndex
    Type : Int32%

    [] l'emplacement de base actuel de mémoire tampon de la zone.

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 IVsSyntheticRegion::GetBaseBufferAnchor(
   [out] long *piAnchorLine,
   [out] long *piAnchorIndex
);

Sécurité .NET Framework

Voir aussi

Référence

IVsSyntheticRegion Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms