Metodo IVsTextLayer.LocalLineIndexToBase
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Sintassi
'Dichiarazione
Function LocalLineIndexToBase ( _
iLocalLine As Integer, _
iLocalIndex As Integer, _
<OutAttribute> ByRef piBaseLine As Integer, _
<OutAttribute> ByRef piBaseIndex As Integer _
) As Integer
int LocalLineIndexToBase(
int iLocalLine,
int iLocalIndex,
out int piBaseLine,
out int piBaseIndex
)
int LocalLineIndexToBase(
[InAttribute] int iLocalLine,
[InAttribute] int iLocalIndex,
[OutAttribute] int% piBaseLine,
[OutAttribute] int% piBaseIndex
)
abstract LocalLineIndexToBase :
iLocalLine:int *
iLocalIndex:int *
piBaseLine:int byref *
piBaseIndex:int byref -> int
function LocalLineIndexToBase(
iLocalLine : int,
iLocalIndex : int,
piBaseLine : int,
piBaseIndex : int
) : int
Parametri
iLocalLine
Tipo: Int32[in]
iLocalIndex
Tipo: Int32[in]
piBaseLine
Tipo: Int32%[out]
piBaseIndex
Tipo: Int32%[out]
Valore restituito
Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.Restituisce VIEW_E_LOCATION_HIDDEN se le coordinate che richiedeste esistere, ma sono nascosti nell'interfaccia utente attualmente
Note
Firma COM
da textmgr.idl:
HRESULT IVsTextLayer::LocalLineIndexToBase(
[in] long iLocalLine,
[in] CharIndex iLocalIndex,
[out] long *piBaseLine,
[out] CharIndex *piBaseIndex
);
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.