IVsTextLayer.GetLengthOfLine, méthode
Retourne la longueur d'une ligne.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Function GetLengthOfLine ( _
iLine As Integer, _
<OutAttribute> ByRef piLength As Integer _
) As Integer
int GetLengthOfLine(
int iLine,
out int piLength
)
int GetLengthOfLine(
[InAttribute] int iLine,
[OutAttribute] int% piLength
)
abstract GetLengthOfLine :
iLine:int *
piLength:int byref -> int
function GetLengthOfLine(
iLine : int,
piLength : int
) : int
Paramètres
iLine
Type : Int32[in] ligne concernée.
piLength
Type : Int32%[] longueur de la ligne.
Valeur de retour
Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.
Notes
Signature de COM
De textmgr.idl :
HRESULT IVsTextLayer::GetLengthOfLine(
[in] long iLine,
[out] long *piLength
);
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.