VsTextBufferClass.IVsTextLines_GetLineIndexOfPosition, méthode
Retourne la ligne et les numéros de colonne dans la mémoire tampon de texte donnée, un numéro de position.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Public Overridable Function IVsTextLines_GetLineIndexOfPosition ( _
iPosition As Integer, _
<OutAttribute> ByRef piLine As Integer, _
<OutAttribute> ByRef piColumn As Integer _
) As Integer
public virtual int IVsTextLines_GetLineIndexOfPosition(
int iPosition,
out int piLine,
out int piColumn
)
public:
virtual int IVsTextLines_GetLineIndexOfPosition(
[InAttribute] int iPosition,
[OutAttribute] int% piLine,
[OutAttribute] int% piColumn
)
abstract IVsTextLines_GetLineIndexOfPosition :
iPosition:int *
piLine:int byref *
piColumn:int byref -> int
override IVsTextLines_GetLineIndexOfPosition :
iPosition:int *
piLine:int byref *
piColumn:int byref -> int
public function IVsTextLines_GetLineIndexOfPosition(
iPosition : int,
piLine : int,
piColumn : int
) : int
Paramètres
iPosition
Type : Int32[in] nombre de position de la ligne souhaitée.
piLine
Type : Int32%[out] pointeur au numéro de ligne.
piColumn
Type : Int32%[out] pointeur à la position de la colonne sur la ligne.
Valeur de retour
Type : Int32
Implémentations
IVsTextLines.GetLineIndexOfPosition(Int32, Int32%, 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.