Selection.InsertBefore(String) 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.
Insère le texte spécifié avant la sélection spécifiée.
public:
void InsertBefore(System::String ^ Text);
public void InsertBefore (string Text);
abstract member InsertBefore : string -> unit
Public Sub InsertBefore (Text As String)
Paramètres
- Text
- String
Argument de type String obligatoire. Texte à insérer.
Remarques
Une fois le texte inséré, la sélection est développée pour inclure le nouveau texte. Si la sélection est un signet, ce dernier est également étendu pour inclure le texte suivant.