Freigeben über


ClassificationFormatDefinition.TextDecorations-Eigenschaft

Ruft die TextDecorationCollection für dieses Klassifizierungsformat ab oder legt diese fest.

Namespace:  Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
Public Property TextDecorations As TextDecorationCollection
public TextDecorationCollection TextDecorations { get; protected set; }
public:
property TextDecorationCollection^ TextDecorations {
    TextDecorationCollection^ get ();
    protected: void set (TextDecorationCollection^ value);
}
member TextDecorations : TextDecorationCollection with get, set
function get TextDecorations () : TextDecorationCollection 
protected function set TextDecorations (value : TextDecorationCollection)

Eigenschaftswert

Typ: TextDecorationCollection
Die Textdekorationen.

.NET Framework-Sicherheit

Siehe auch

Referenz

ClassificationFormatDefinition Klasse

Microsoft.VisualStudio.Text.Classification-Namespace