Compartir a través de


IVsTextManagerEvents3.OnRegisterMarkerType (Método)

Fires when a new marker type is registered.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.11.0 (en Microsoft.VisualStudio.TextManager.Interop.11.0.dll)

Sintaxis

'Declaración
Function OnRegisterMarkerType ( _
    iMarkerType As Integer _
) As Integer
int OnRegisterMarkerType(
    int iMarkerType
)
int OnRegisterMarkerType(
    [InAttribute] int iMarkerType
)
abstract OnRegisterMarkerType : 
        iMarkerType:int -> int
function OnRegisterMarkerType(
    iMarkerType : int
) : int

Parámetros

  • iMarkerType
    Tipo: Int32

    [in] The new marker type.

Valor devuelto

Tipo: Int32
Returns S_OK if the method is successful.

Seguridad de .NET Framework

Vea también

Referencia

IVsTextManagerEvents3 Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)