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입니다.