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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.