IVsTextImage2.GetEolLengthEx, méthode
Retourne la longueur de personnages de la marque de fin de ligne (EOL).
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntaxe
'Déclaration
Function GetEolLengthEx ( _
pld As LINEDATAEX(), _
<OutAttribute> ByRef piEolType As UInteger _
) As Integer
int GetEolLengthEx(
LINEDATAEX[] pld,
out uint piEolType
)
int GetEolLengthEx(
[InAttribute] array<LINEDATAEX>^ pld,
[OutAttribute] unsigned int% piEolType
)
abstract GetEolLengthEx :
pld:LINEDATAEX[] *
piEolType:uint32 byref -> int
function GetEolLengthEx(
pld : LINEDATAEX[],
piEolType : uint
) : int
Paramètres
pld
Type : array<Microsoft.VisualStudio.TextManager.Interop.LINEDATAEX[][in] structure d'Un LINEDATAEX.
piEolType
Type : UInt32%[] membre valide d'uint d'Une d'EOLTYPE.
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
Retourne la longueur de personnages de la marque d'EOL dans la ligne de texte pld.
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.