IVsSyntheticRegion.SetBaseBufferAnchor(Int32, Int32) Método

Definição

Define a âncora do buffer de base da região.

public:
 int SetBaseBufferAnchor(int iAnchorLine, int iAnchorIndex);
public:
 int SetBaseBufferAnchor(int iAnchorLine, int iAnchorIndex);
int SetBaseBufferAnchor(int iAnchorLine, int iAnchorIndex);
public int SetBaseBufferAnchor (int iAnchorLine, int iAnchorIndex);
abstract member SetBaseBufferAnchor : int * int -> int
Public Function SetBaseBufferAnchor (iAnchorLine As Integer, iAnchorIndex As Integer) As Integer

Parâmetros

iAnchorLine
Int32

no O índice do local da linha do buffer de base.

iAnchorIndex
Int32

no O local do buffer base atual da região.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De textmgr. idl:

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

Aplica-se a