DynamicReadOnlyRegionQuery 대리자
읽기 전용 영역 편집 중에 알리는 콜백 합니다.
네임스페이스: Microsoft.VisualStudio.Text
어셈블리: Microsoft.VisualStudio.Text.Data(Microsoft.VisualStudio.Text.Data.dll)
구문
‘선언
Public Delegate Function DynamicReadOnlyRegionQuery ( _
isEdit As Boolean _
) As Boolean
public delegate bool DynamicReadOnlyRegionQuery(
bool isEdit
)
public delegate bool DynamicReadOnlyRegionQuery(
bool isEdit
)
type DynamicReadOnlyRegionQuery =
delegate of
isEdit:bool -> bool
JScript에서는 대리자를 지원하지 않습니다.
매개 변수
isEdit
형식: Booleantrue편집을 시도 하는 경우 false 읽기 전용 체크 무료 파생 하면 됩니다.
반환 값
형식: Boolean
읽기 전용 영역이 적용되는지 여부를 나타냅니다.
설명
이 콜백을 사용 됩니다 QueryCallback 및 CreateDynamicReadOnlyRegion.