Partager via


TextPane.Width, propriété

Obtient la largeur du volet en unités de caractère.

Espace de noms :  EnvDTE
Assembly :  EnvDTE (dans EnvDTE.dll)

Syntaxe

'Déclaration
ReadOnly Property Width As Integer
int Width { get; }
property int Width {
    int get ();
}
abstract Width : int with get
function get Width () : int

Valeur de propriété

Type : Int32
Largeur du volet en unités de caractère.

Exemples

Sub WidthExample()
   Dim objWin As Window
   objWin = DTE.Windows.Item(1)
   MsgBox("Window width: " & objWin.Width)
End Sub

Sécurité .NET Framework

Voir aussi

Référence

TextPane Interface

EnvDTE, espace de noms