Freigeben über


IEditorSelection.InsertText-Methode

Die folgenden Ausführungen gelten für v2.

Fügt Text in den aktuellen Editor ein, wenn dieser noch geöffnet ist und noch nicht verworfen wurde.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Function InsertText ( _
    text As String _
) As Boolean
'Usage
Dim instance As IEditorSelection 
Dim text As String 
Dim returnValue As Boolean 

returnValue = instance.InsertText(text)
bool InsertText(
    string text
)
bool InsertText(
    String^ text
)
abstract InsertText : 
        text:string -> bool
function InsertText(
    text : String
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
true , wenn der Einfügevorgang erfolgreich ist, andernfalls false.

Siehe auch

Verweis

IEditorSelection Schnittstelle

Microsoft.WebMatrix.Extensibility.Editor-Namespace