TextDecorationCollection.Add Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts the specified TextDecoration object into the collection.
Add(IEnumerable<TextDecoration>) |
Adds a generic IEnumerable<T> to the collection. |
Add(TextDecoration) |
Inserts the specified TextDecoration object into the collection. |
Important
This API is not CLS-compliant.
Adds a generic IEnumerable<T> to the collection.
public:
void Add(System::Collections::Generic::IEnumerable<System::Windows::TextDecoration ^> ^ textDecorations);
[System.CLSCompliant(false)]
public void Add(System.Collections.Generic.IEnumerable<System.Windows.TextDecoration> textDecorations);
[<System.CLSCompliant(false)>]
member this.Add : seq<System.Windows.TextDecoration> -> unit
Public Sub Add (textDecorations As IEnumerable(Of TextDecoration))
Parameters
- textDecorations
- IEnumerable<TextDecoration>
A generic IEnumerable<T> of type TextDecoration.
- Attributes
Applies to
.NET Framework 4.8.1 a ďalšie verzie
Produkt | Verzie |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
Inserts the specified TextDecoration object into the collection.
public:
virtual void Add(System::Windows::TextDecoration ^ value);
public void Add(System.Windows.TextDecoration value);
abstract member Add : System.Windows.TextDecoration -> unit
override this.Add : System.Windows.TextDecoration -> unit
Public Sub Add (value As TextDecoration)
Parameters
- value
- TextDecoration
The TextDecoration object to insert.
Implements
Applies to
.NET Framework 4.8.1 a ďalšie verzie
Produkt | Verzie |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
Pripomienky k produktu .NET
.NET je open-source projekt. Ak chcete poskytnúť pripomienky, vyberte prepojenie: