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 - пространство имен