Metodo VsTextLineStorageClass.Storage_GetLineIndexOfPosition
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Sintassi
'Dichiarazione
Public Overridable Function Storage_GetLineIndexOfPosition ( _
iPosition As Integer, _
<OutAttribute> ByRef piLine As Integer, _
<OutAttribute> ByRef piIndex As Integer _
) As Integer
public virtual int Storage_GetLineIndexOfPosition(
int iPosition,
out int piLine,
out int piIndex
)
public:
virtual int Storage_GetLineIndexOfPosition(
[InAttribute] int iPosition,
[OutAttribute] int% piLine,
[OutAttribute] int% piIndex
)
abstract Storage_GetLineIndexOfPosition :
iPosition:int *
piLine:int byref *
piIndex:int byref -> int
override Storage_GetLineIndexOfPosition :
iPosition:int *
piLine:int byref *
piIndex:int byref -> int
public function Storage_GetLineIndexOfPosition(
iPosition : int,
piLine : int,
piIndex : int
) : int
Parametri
iPosition
Tipo: Int32[in]
piLine
Tipo: Int32%[out]
piIndex
Tipo: Int32%[out]
Valore restituito
Tipo: Int32
Implementa
IVsTextStorage.Storage_GetLineIndexOfPosition(Int32, Int32%, Int32%)
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.