IWpfTextView.VisualElement 属性

获取呈现视图的 FrameworkElement

命名空间:  Microsoft.VisualStudio.Text.Editor
程序集:  Microsoft.VisualStudio.Text.UI.Wpf(在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

语法

声明
ReadOnly Property VisualElement As FrameworkElement
FrameworkElement VisualElement { get; }
property FrameworkElement^ VisualElement {
    FrameworkElement^ get ();
}
abstract VisualElement : FrameworkElement with get
function get VisualElement () : FrameworkElement

属性值

类型:FrameworkElement
呈现视图的 FrameworkElement

.NET Framework 安全性

请参阅

参考

IWpfTextView 接口

Microsoft.VisualStudio.Text.Editor 命名空间