Metodo IVsViewRangeClient.AdjustViewRange
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Sintassi
'Dichiarazione
Function AdjustViewRange ( _
pView As IVsTextView, _
action As TextViewAction, _
iLine As Integer, _
iCount As Integer _
) As Integer
int AdjustViewRange(
IVsTextView pView,
TextViewAction action,
int iLine,
int iCount
)
int AdjustViewRange(
[InAttribute] IVsTextView^ pView,
[InAttribute] TextViewAction action,
[InAttribute] int iLine,
[InAttribute] int iCount
)
abstract AdjustViewRange :
pView:IVsTextView *
action:TextViewAction *
iLine:int *
iCount:int -> int
function AdjustViewRange(
pView : IVsTextView,
action : TextViewAction,
iLine : int,
iCount : int
) : int
Parametri
pView
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsTextView[in]
action
Tipo: Microsoft.VisualStudio.TextManager.Interop.TextViewAction[in]
iLine
Tipo: Int32[in]
iCount
Tipo: Int32[in]
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 IVsViewRangeClient::AdjustViewRange(
[in] IVsTextView *pView,
[in] TextViewAction action,
[in] long iLine,
[in] long iCount
);
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.