Compartir a través de


IVsSyntheticRegion.SetBaseBufferAnchor (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
Function SetBaseBufferAnchor ( _
    iAnchorLine As Integer, _
    iAnchorIndex As Integer _
) As Integer
int SetBaseBufferAnchor(
    int iAnchorLine,
    int iAnchorIndex
)
int SetBaseBufferAnchor(
    [InAttribute] int iAnchorLine, 
    [InAttribute] int iAnchorIndex
)
abstract SetBaseBufferAnchor : 
        iAnchorLine:int * 
        iAnchorIndex:int -> int
function SetBaseBufferAnchor(
    iAnchorLine : int, 
    iAnchorIndex : int
) : int

Parámetros

  • iAnchorLine
    Tipo: Int32

    [in]

  • iAnchorIndex
    Tipo: Int32

    [in] Cambia la ubicación base actual del búfer de la región.

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

HRESULT IVsSyntheticRegion::SetBaseBufferAnchor(
   [in] long iAnchorLine,
   [in] long iAnchorIndex
);

Seguridad de .NET Framework

Vea también

Referencia

IVsSyntheticRegion Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)