Freigeben über


IVsTextStorage.Storage_GetCharsInSpan-Methode

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Function Storage_GetCharsInSpan ( _
    pSpanToMeasure As TextSpan(), _
    <OutAttribute> ByRef piChars As Integer _
) As Integer
int Storage_GetCharsInSpan(
    TextSpan[] pSpanToMeasure,
    out int piChars
)
int Storage_GetCharsInSpan(
    [InAttribute] array<TextSpan>^ pSpanToMeasure, 
    [OutAttribute] int% piChars
)
abstract Storage_GetCharsInSpan : 
        pSpanToMeasure:TextSpan[] * 
        piChars:int byref -> int
function Storage_GetCharsInSpan(
    pSpanToMeasure : TextSpan[], 
    piChars : int
) : int

Parameter

  • piChars
    Typ: Int32%

    [out]

Rückgabewert

Typ: Int32
Wenn die Methode erfolgreich ausgeführt, gibt sie S_OKzurück.Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Von textmgr.idl:

HRESULT IVsTextStorage::Storage_GetCharsInSpan(
   [in] TextSpan *pSpanToMeasure,
   [out] long *piChars
);

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextStorage Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace