VsTextViewClass.GetLineAndColumn, méthode
Convertit une position de flux de texte à une ligne et à un index de colonne.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Public Overridable Function GetLineAndColumn ( _
iPos As Integer, _
<OutAttribute> ByRef piLine As Integer, _
<OutAttribute> ByRef piIndex As Integer _
) As Integer
public virtual int GetLineAndColumn(
int iPos,
out int piLine,
out int piIndex
)
public:
virtual int GetLineAndColumn(
[InAttribute] int iPos,
[OutAttribute] int% piLine,
[OutAttribute] int% piIndex
)
abstract GetLineAndColumn :
iPos:int *
piLine:int byref *
piIndex:int byref -> int
override GetLineAndColumn :
iPos:int *
piLine:int byref *
piIndex:int byref -> int
public function GetLineAndColumn(
iPos : int,
piLine : int,
piIndex : int
) : int
Paramètres
iPos
Type : Int32[in] entier contenant la position dans le flux de texte.
piLine
Type : Int32%[out] pointeur contenant l'index de ligne correspondant à la position de flux de données.
piIndex
Type : Int32%[out] pointeur contenant l'index de colonne correspondant à la position de flux de données.
Valeur de retour
Type : Int32
Implémentations
IVsTextView.GetLineAndColumn(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.