Share via


IEditorSelection.SelectAll Method

Applies to v2.

Selects all the contents of the editor.

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()

See Also

Reference

IEditorSelection Interface

Microsoft.WebMatrix.Extensibility.Editor Namespace