IReadOnlyRegionEdit.RemoveReadOnlyRegion 메서드
이 버퍼의 읽기 전용 영역 목록에서 해당 읽기 전용 영역을 제거합니다.
네임스페이스: Microsoft.VisualStudio.Text
어셈블리: Microsoft.VisualStudio.Text.Data(Microsoft.VisualStudio.Text.Data.dll)
구문
‘선언
Sub RemoveReadOnlyRegion ( _
readOnlyRegion As IReadOnlyRegion _
)
void RemoveReadOnlyRegion(
IReadOnlyRegion readOnlyRegion
)
void RemoveReadOnlyRegion(
IReadOnlyRegion^ readOnlyRegion
)
abstract RemoveReadOnlyRegion :
readOnlyRegion:IReadOnlyRegion -> unit
function RemoveReadOnlyRegion(
readOnlyRegion : IReadOnlyRegion
)
매개 변수
readOnlyRegion
형식: Microsoft.VisualStudio.Text.IReadOnlyRegion제거할 읽기 전용 영역입니다.
예외
예외 | 조건 |
---|---|
ArgumentNullException | readOnlyRegion가 nullNull 참조(Visual Basic의 경우 Nothing)입니다. |
InvalidOperationException | readOnlyRegion다른 버퍼에 작성 되었습니다. |
설명
이미 제거 된 읽기 전용 영역 제거 실행 되지 않습니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.