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
text
Typ: System.StringDer einzufügende Text.
Rückgabewert
Typ: System.Boolean
true , wenn der Einfügevorgang erfolgreich ist, andernfalls false.