VsTextViewClass.RestrictViewRange, méthode
Les informations de méthode ne sont pas fournies. La méthode n'est pas implémentée.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Public Overridable Function RestrictViewRange ( _
iMinLine As Integer, _
iMaxLine As Integer, _
pClient As IVsViewRangeClient _
) As Integer
public virtual int RestrictViewRange(
int iMinLine,
int iMaxLine,
IVsViewRangeClient pClient
)
public:
virtual int RestrictViewRange(
[InAttribute] int iMinLine,
[InAttribute] int iMaxLine,
[InAttribute] IVsViewRangeClient^ pClient
)
abstract RestrictViewRange :
iMinLine:int *
iMaxLine:int *
pClient:IVsViewRangeClient -> int
override RestrictViewRange :
iMinLine:int *
iMaxLine:int *
pClient:IVsViewRangeClient -> int
public function RestrictViewRange(
iMinLine : int,
iMaxLine : int,
pClient : IVsViewRangeClient
) : int
Paramètres
iMinLine
Type : Int32
iMaxLine
Type : Int32
Valeur de retour
Type : Int32
Implémentations
IVsTextView.RestrictViewRange(Int32, Int32, IVsViewRangeClient)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.