Compartir a través de


IVsSetSpanMappingEvents.OnBeginSetSpanMappings (Método)

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

Sintaxis

'Declaración
Function OnBeginSetSpanMappings ( _
    cSpans As Integer, _
    rgSpans As NewSpanMapping() _
) As Integer
int OnBeginSetSpanMappings(
    int cSpans,
    NewSpanMapping[] rgSpans
)
int OnBeginSetSpanMappings(
    [InAttribute] int cSpans, 
    [InAttribute] array<NewSpanMapping>^ rgSpans
)
abstract OnBeginSetSpanMappings : 
        cSpans:int * 
        rgSpans:NewSpanMapping[] -> int
function OnBeginSetSpanMappings(
    cSpans : int, 
    rgSpans : NewSpanMapping[]
) : int

Parámetros

  • cSpans
    Tipo: Int32

Valor devuelto

Tipo: Int32

Seguridad de .NET Framework

Vea también

Referencia

IVsSetSpanMappingEvents Interfaz

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