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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.