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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
IVsTextManagerEvents3 Interfaz
Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)