Metodo IVsTextViewEx.GetClusterRange
Informazioni sull'intervallo del cluster di restituisce.
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintassi
'Dichiarazione
Function GetClusterRange ( _
iLine As Integer, _
iDisplayCol As Integer, _
<OutAttribute> ByRef picCharacter As Integer, _
<OutAttribute> ByRef piStartCol As Integer, _
<OutAttribute> ByRef piEndCol As Integer _
) As Integer
int GetClusterRange(
int iLine,
int iDisplayCol,
out int picCharacter,
out int piStartCol,
out int piEndCol
)
int GetClusterRange(
[InAttribute] int iLine,
[InAttribute] int iDisplayCol,
[OutAttribute] int% picCharacter,
[OutAttribute] int% piStartCol,
[OutAttribute] int% piEndCol
)
abstract GetClusterRange :
iLine:int *
iDisplayCol:int *
picCharacter:int byref *
piStartCol:int byref *
piEndCol:int byref -> int
function GetClusterRange(
iLine : int,
iDisplayCol : int,
picCharacter : int,
piStartCol : int,
piEndCol : int
) : int
Parametri
iLine
Tipo: Int32[in]
iDisplayCol
Tipo: Int32[in]
picCharacter
Tipo: Int32%[out]
piStartCol
Tipo: Int32%[out]
piEndCol
Tipo: Int32%[out]
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 textmgr2.idl:
HRESULT IVsTextViewEx::GetClusterRange(
[in]long iLine,
[in]INT iDisplayCol,
[out]INT *picCharacter,
[out]INT *piStartCol,
[out]INT *piEndCol
);
Restituisce ragruppano le informazioni sull'intervallo fornite il numero di indice di riga e di carattere corrente
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.