Поделиться через


TextSelection.TextPane - свойство

Обновлен: Ноябрь 2007

Возвращает текстовую область, которая содержит выделенный текст.

Пространство имен:  EnvDTE
Сборка:  EnvDTE (в EnvDTE.dll)

Синтаксис

'Декларация
ReadOnly Property TextPane As TextPane
'Применение
Dim instance As TextSelection
Dim value As TextPane

value = instance.TextPane
TextPane TextPane { get; }
property TextPane^ TextPane {
    TextPane^ get ();
}
function get TextPane () : TextPane

Значение свойства

Тип: EnvDTE.TextPane
Объект TextPane.

Примеры

Sub TextPaneExample()
   ' Before running this example, open a code document.
   Dim objSel As TextSelection = DTE.ActiveDocument.Selection
   Dim objTP As TextPane = objSel.TextPane
   ' List text pane height and width property values.
   MsgBox("Text pane height: " & objTP.Height & vbCr & "Text pane width: " & objTP.Width)
End Sub

Разрешения

См. также

Ссылки

TextSelection Интерфейс

TextSelection - члены

EnvDTE - пространство имен