Metodo IVsTextImage.GetSpanLength
Restituisce il numero di caratteri in un intervallo di testo.
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Sintassi
'Dichiarazione
Function GetSpanLength ( _
pts As TextSpan(), _
<OutAttribute> ByRef pcch As Integer _
) As Integer
int GetSpanLength(
TextSpan[] pts,
out int pcch
)
int GetSpanLength(
[InAttribute] array<TextSpan>^ pts,
[OutAttribute] int% pcch
)
abstract GetSpanLength :
pts:TextSpan[] *
pcch:int byref -> int
function GetSpanLength(
pts : TextSpan[],
pcch : int
) : int
Parametri
pts
Tipo: array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[][in] Puntatore a un oggetto TextSpan struttura.
pcch
Tipo: Int32%[out] Puntatore a un numero di caratteri dell'intervallo di testo.
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 IVsTextImage::GetSpanLength(
[in] const TextSpan * pts,
[out, retval] LONG * pcch
);
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.