IVsSetSpanMappingEvents.OnBeginSetSpanMappings, méthode
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntaxe
'Déclaration
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
Paramètres
- cSpans
Type : Int32
- rgSpans
Type : array<Microsoft.VisualStudio.TextManager.Interop.NewSpanMapping[]
Valeur de retour
Type : Int32
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.