Condividi tramite


Metodo IVsSyntheticRegion.GetBaseBufferAnchor

Ottiene l'ancoraggio di base del buffer dell'area.

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

Sintassi

'Dichiarazione
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

Parametri

  • piAnchorLine
    Tipo: Int32%

    [out] L'indice della posizione di base del buffer.

  • piAnchorIndex
    Tipo: Int32%

    [out] La posizione di base corrente del buffer dell'area.

Valore restituito

Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.

Note

Firma COM

da textmgr.idl:

HRESULT IVsSyntheticRegion::GetBaseBufferAnchor(
   [out] long *piAnchorLine,
   [out] long *piAnchorIndex
);

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsSyntheticRegion Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop