IVsSyntheticRegion.SetBaseBufferAnchor(Int32, Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
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
);