InlineCollection.Add Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
public:
void Add(System::String ^ text);
public void Add (string text);
override this.Add : string -> unit
Public Sub Add (text As String)
Paramètres
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.