Metodo VsTextLineStorageClass.Storage_GetLengthOfLine
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Sintassi
'Dichiarazione
Public Overridable Function Storage_GetLengthOfLine ( _
iLine As Integer, _
<OutAttribute> ByRef piLength As Integer _
) As Integer
public virtual int Storage_GetLengthOfLine(
int iLine,
out int piLength
)
public:
virtual int Storage_GetLengthOfLine(
[InAttribute] int iLine,
[OutAttribute] int% piLength
)
abstract Storage_GetLengthOfLine :
iLine:int *
piLength:int byref -> int
override Storage_GetLengthOfLine :
iLine:int *
piLength:int byref -> int
public 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
Implementa
IVsTextStorage.Storage_GetLengthOfLine(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.