IEditorSelection.SelectAll-Methode
Die folgenden Ausführungen gelten für v2.
Wählt den gesamten Inhalt des Editors aus.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Sub SelectAll
'Usage
Dim instance As IEditorSelection
instance.SelectAll()
void SelectAll()
void SelectAll()
abstract SelectAll : unit -> unit
function SelectAll()