IVsTextManagerEvents.OnRegisterMarkerType(Int32) Method

Definition

Fired when an external marker type is registered.

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)

Parameters

iMarkerType
Int32

[in] External marker type that was registered.

Remarks

COM Signature

From textmgr.idl:

HRESULT IVsTextManagerEvents::OnRegisterMarkerType(  
   [in] long iMarkerType  
);  

Use the GetMarkerTypeInterface method to retrieve an IVsTextMarkerType interface, which can be used to probe for specific details about the new external marker type.

Applies to