IVsTextManagerEvents.OnRegisterMarkerType(Int32) Método

Definição

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.

Aplica-se a