Metodo IVsTextStorage.Storage_GetLengthOfLine
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Sintassi
'Dichiarazione
Function Storage_GetLengthOfLine ( _
iLine As Integer, _
<OutAttribute> ByRef piLength As Integer _
) As Integer
int Storage_GetLengthOfLine(
int iLine,
out int piLength
)
int Storage_GetLengthOfLine(
[InAttribute] int iLine,
[OutAttribute] int% piLength
)
abstract Storage_GetLengthOfLine :
iLine:int *
piLength:int byref -> int
function Storage_GetLengthOfLine(
iLine : int,
piLength : int
) : int
Parametri
iLine
Tipo: Int32[in] Indice della riga di interesse.
piLength
Tipo: Int32%[out] Lunghezza della riga.
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 IVsTextStorage::Storage_GetLengthOfLine(
[in] long iLine,
[out] long *piLength
);
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.