IVsTextManagerEvents.OnRegisterMarkerType(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.
Acionado quando um tipo de marcador externo é registrado.
public:
void OnRegisterMarkerType(int iMarkerType);
public:
void OnRegisterMarkerType(int iMarkerType);
void OnRegisterMarkerType(int iMarkerType);
public void OnRegisterMarkerType (int iMarkerType);
abstract member OnRegisterMarkerType : int -> unit
Public Sub OnRegisterMarkerType (iMarkerType As Integer)
Parâmetros
- iMarkerType
- Int32
no Tipo de marcador externo que foi registrado.
Comentários
Assinatura COM
De textmgr. idl:
HRESULT IVsTextManagerEvents::OnRegisterMarkerType(
[in] long iMarkerType
);
Use o GetMarkerTypeInterface método para recuperar uma IVsTextMarkerType interface, que pode ser usada para investigar detalhes específicos sobre o novo tipo de marcador externo.