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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.