IVsTextViewFilter.GetPairExtents, méthode
Retourne l'emplacement d'un élément correspondant de paires, selon l'emplacement du premier élément.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Function GetPairExtents ( _
iLine As Integer, _
iIndex As Integer, _
<OutAttribute> pSpan As TextSpan() _
) As Integer
int GetPairExtents(
int iLine,
int iIndex,
TextSpan[] pSpan
)
int GetPairExtents(
[InAttribute] int iLine,
[InAttribute] int iIndex,
[OutAttribute] array<TextSpan>^ pSpan
)
abstract GetPairExtents :
iLine:int *
iIndex:int *
pSpan:TextSpan[] byref -> int
function GetPairExtents(
iLine : int,
iIndex : int,
pSpan : TextSpan[]
) : int
Paramètres
iLine
Type : Int32[in] entier contenant l'index de ligne du premier élément dans les paires.
iIndex
Type : Int32[in] entier contenant l'index de colonne du premier élément dans les paires.
pSpan
Type : array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[][out] pointeur à une étendue de texte qui identifie l'emplacement du deuxième élément de paires.
Valeur de retour
Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.
Notes
Signature de COM
De textmgr.idl :
HRESULT IVsTextViewFilter::GetPairExtents(
[in] long iLine,
[in] CharIndex iIndex,
[out] TextSpan * pSpan
);
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.