Metodo IVsTextTrackingPoint.GetCurrentLineIndex
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Sintassi
'Dichiarazione
Function GetCurrentLineIndex ( _
<OutAttribute> ByRef piLine As Integer, _
<OutAttribute> ByRef piIndex As Integer _
) As Integer
int GetCurrentLineIndex(
out int piLine,
out int piIndex
)
int GetCurrentLineIndex(
[OutAttribute] int% piLine,
[OutAttribute] int% piIndex
)
abstract GetCurrentLineIndex :
piLine:int byref *
piIndex:int byref -> int
function GetCurrentLineIndex(
piLine : int,
piIndex : int
) : int
Parametri
piLine
Tipo: Int32%[out]
piIndex
Tipo: Int32%[out]
Valore restituito
Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.
Note
Firma COM
da textmgr.idl:
HRESULT IVsTextTrackingPoint::GetCurrentLineIndex(
[out] long *piLine,
[out] long *piIndex
);
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.