Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the TextDecorationCollection for this classification format.
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)
Property Value
Type: System.Windows.TextDecorationCollection
The text decorations.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.