IEditorOperations.InsertNewLine, méthode
Insère une nouvelle ligne à l'emplacement actuel du signe insertion.
Espace de noms : Microsoft.VisualStudio.Text.Operations
Assembly : Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)
Syntaxe
'Déclaration
Function InsertNewLine As Boolean
bool InsertNewLine()
bool InsertNewLine()
abstract InsertNewLine : unit -> bool
function InsertNewLine() : boolean
Valeur de retour
Type : Boolean
true si la modification a réussi ; sinon false.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.