Proprietà IWpfTextViewMargin.VisualElement
ottiene FrameworkElement che esegua il rendering del margine.
Spazio dei nomi: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Sintassi
'Dichiarazione
ReadOnly Property VisualElement As FrameworkElement
FrameworkElement VisualElement { get; }
property FrameworkElement^ VisualElement {
FrameworkElement^ get ();
}
abstract VisualElement : FrameworkElement with get
function get VisualElement () : FrameworkElement
Valore proprietà
Tipo: FrameworkElement
FrameworkElement che esegua il rendering del margine.
Eccezioni
Eccezione | Condizione |
---|---|
ObjectDisposedException | se il margine viene eliminato. |
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.