IVsTextStreamEvents.OnChangeStreamAttributes(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.
Notifica o cliente que os atributos de fluxo de texto foram alterados.
public:
void OnChangeStreamAttributes(int iPos, int iLength);
public:
void OnChangeStreamAttributes(int iPos, int iLength);
void OnChangeStreamAttributes(int iPos, int iLength);
public void OnChangeStreamAttributes (int iPos, int iLength);
abstract member OnChangeStreamAttributes : int * int -> unit
Public Sub OnChangeStreamAttributes (iPos As Integer, iLength As Integer)
Parâmetros
- iPos
- Int32
no Posição inicial do texto afetado.
- iLength
- Int32
no Comprimento do texto afetado no fluxo de texto.
Comentários
Assinatura COM
De textmgr. idl:
HRESULT IVsTextStreamEvents::OnChangeStreamAttributes(
[in] long iPos,
[in] long iLength
);
Esse evento é chamado em qualquer instância em que as alterações no texto resultem em alterações em atributos de fluxo de texto, como sintaxe e cores de marcador. As alterações de texto podem ocorrer de forma programática e por meio de ação do usuário.