InlineCollection.Add Méthode

Définition

Ajoute un élément Runà la collection.

Surcharges

Add(String)

Ajoute un élément Run implicite avec le texte donné, fourni comme un String.

Add(UIElement)

Ajoute un InlineUIContainer implicite contenant déjà le UIElement fourni.

Add(String)

Ajoute un élément Run implicite avec le texte donné, fourni comme un String.

public:
 void Add(System::String ^ text);
public void Add (string text);
override this.Add : string -> unit
Public Sub Add (text As String)

Paramètres

text
String

Le texte défini comme propriété Text pour le Runimplicite.

S’applique à

Add(UIElement)

Ajoute un InlineUIContainer implicite contenant déjà le UIElement fourni.

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)

Paramètres

uiElement
UIElement

UIElement défini comme propriété Child pour le InlineUIContainerimplicite.

S’applique à