IVsSetSpanMappingEvents.OnBeginSetSpanMappings 方法

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop.8.0(在 Microsoft.VisualStudio.TextManager.Interop.8.0.dll 中)

语法

声明
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

参数

  • cSpans
    类型:Int32

返回值

类型:Int32

.NET Framework 安全性

请参阅

参考

IVsSetSpanMappingEvents 接口

Microsoft.VisualStudio.TextManager.Interop 命名空间