VsTextSpanSetClass.GetAt, méthode
Retourne une étendue de texte demandée.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Public Overridable Function GetAt ( _
iEl As Integer, _
<OutAttribute> pSpan As TextSpan() _
) As Integer
public virtual int GetAt(
int iEl,
TextSpan[] pSpan
)
public:
virtual int GetAt(
[InAttribute] int iEl,
[OutAttribute] array<TextSpan>^ pSpan
)
abstract GetAt :
iEl:int *
pSpan:TextSpan[] byref -> int
override GetAt :
iEl:int *
pSpan:TextSpan[] byref -> int
public function GetAt(
iEl : int,
pSpan : TextSpan[]
) : int
Paramètres
iEl
Type : Int32[in] entier contenant le numéro d'élément d'étendue de texte.
pSpan
Type : array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[][out] pointeur à un objet d'étendue de texte.
Valeur de retour
Type : Int32
Implémentations
IVsTextSpanSet.GetAt(Int32, array<TextSpan[])
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.