TextFormattingParagraphProperties.TextMarkerProperties-Eigenschaft
Ruft die Textmarkierungseigenschaften ab.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property TextMarkerProperties As TextMarkerProperties
public override TextMarkerProperties TextMarkerProperties { get; }
public:
virtual property TextMarkerProperties^ TextMarkerProperties {
TextMarkerProperties^ get () override;
}
abstract TextMarkerProperties : TextMarkerProperties with get
override TextMarkerProperties : TextMarkerProperties with get
override function get TextMarkerProperties () : TextMarkerProperties
Eigenschaftswert
Typ: TextMarkerProperties
Die Textmarkierungseigenschaften.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.