Metodo IVsTextView.RestrictViewRange
Informazioni del metodo non vengono specificate. Il metodo non viene implementato.
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Sintassi
'Dichiarazione
Function RestrictViewRange ( _
iMinLine As Integer, _
iMaxLine As Integer, _
pClient As IVsViewRangeClient _
) As Integer
int RestrictViewRange(
int iMinLine,
int iMaxLine,
IVsViewRangeClient pClient
)
int RestrictViewRange(
[InAttribute] int iMinLine,
[InAttribute] int iMaxLine,
[InAttribute] IVsViewRangeClient^ pClient
)
abstract RestrictViewRange :
iMinLine:int *
iMaxLine:int *
pClient:IVsViewRangeClient -> int
function RestrictViewRange(
iMinLine : int,
iMaxLine : int,
pClient : IVsViewRangeClient
) : int
Parametri
iMinLine
Tipo: Int32
iMaxLine
Tipo: Int32
Valore restituito
Tipo: Int32
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.