VsTextViewClass.CenterColumns, méthode
Place la colonne spécifiée du texte au centre de la vue.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Public Overridable Function CenterColumns ( _
iLine As Integer, _
iLeftCol As Integer, _
iColCount As Integer _
) As Integer
public virtual int CenterColumns(
int iLine,
int iLeftCol,
int iColCount
)
public:
virtual int CenterColumns(
[InAttribute] int iLine,
[InAttribute] int iLeftCol,
[InAttribute] int iColCount
)
abstract CenterColumns :
iLine:int *
iLeftCol:int *
iColCount:int -> int
override CenterColumns :
iLine:int *
iLeftCol:int *
iColCount:int -> int
public function CenterColumns(
iLine : int,
iLeftCol : int,
iColCount : int
) : int
Paramètres
iLine
Type : Int32[in] entier contenant la première ligne pour centrer.
iLeftCol
Type : Int32[in] entier contenant l'index de la colonne de départ pour centrer. Les coordonnées de Viewcol peuvent comprendre l'espace virtuel.
iColCount
Type : Int32[in] tout entier contenant le nombre de colonnes pour centrer dans la ligne.
Valeur de retour
Type : Int32
Implémentations
IVsTextView.CenterColumns(Int32, Int32, Int32)
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.