Freigeben über


IEditorSettings.SearchAsYouType-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft ab, ob der Editor Suchvorgänge während der Eingabe erlaubt, oder legt dieses Verhalten fest.

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)

Eigenschaftswert

Typ: System.Boolean
true , wenn der Editor Suchvorgänge während der Eingabe erlaubt, andernfalls false.

Siehe auch

Verweis

IEditorSettings Schnittstelle

Microsoft.WebMatrix.Extensibility.Editor-Namespace