IEditorSettings.SearchAsYouType 屬性
適用於版本2
取得或設定是否允許編輯器在您輸入時搜尋。
命名空間: Microsoft.WebMatrix.Extensibility.Editor
組件: Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)
語法
'宣告
Property SearchAsYouType As Boolean
Get
Set
'用途
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)
屬性值
型別:System.Boolean
true 表示允許編輯器在您輸入時進行搜尋,否則為 false。