IEditorSettings.SearchAsYouType Property
Applies to v2.
Gets or sets whether the editor allows searching as you type.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Property SearchAsYouType As Boolean
Get
Set
'Usage
Dim instance As IEditorSettings
Dim value As Boolean
value = instance.SearchAsYouType
instance.SearchAsYouType = value
bool SearchAsYouType { get; set; }
property bool SearchAsYouType {
bool get ();
void set (bool value);
}
abstract SearchAsYouType : bool with get, set
function get SearchAsYouType () : boolean
function set SearchAsYouType (value : boolean)
Property Value
Type: System.Boolean
true if the editor allows searching as you type; otherwise, false.