InlineCollection.Add Method
Definition
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.
Adds a Run element to the collection.
Overloads
Add(String) |
Adds an implicit Run element with the given text, supplied as a String. |
Add(UIElement) |
Adds an implicit InlineUIContainer with the supplied UIElement already in it. |
Add(String)
Add(UIElement)
Adds an implicit InlineUIContainer with the supplied UIElement already in it.
public:
void Add(System::Windows::UIElement ^ uiElement);
public void Add (System.Windows.UIElement uiElement);
override this.Add : System.Windows.UIElement -> unit
Public Sub Add (uiElement As UIElement)
Parameters
- uiElement
- UIElement
UIElement set as the Child property for the implicit InlineUIContainer.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.