Поделиться через


IVsTextManagerEvents3.OnRegisterMarkerType - метод

Fires when a new marker type is registered.

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop.11.0 (в Microsoft.VisualStudio.TextManager.Interop.11.0.dll)

Синтаксис

'Декларация
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

Параметры

  • iMarkerType
    Тип: Int32

    [in] The new marker type.

Возвращаемое значение

Тип: Int32
Returns S_OK if the method is successful.

Безопасность платформы .NET Framework

См. также

Ссылки

IVsTextManagerEvents3 Интерфейс

Microsoft.VisualStudio.TextManager.Interop - пространство имен