IEditorText 인터페이스
버전 2에 적용
일반 IEditor의 텍스트 서비스를 나타냅니다.
네임스페이스: Microsoft.WebMatrix.Extensibility.Editor
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
Public Interface IEditorText
‘사용 방법
Dim instance As IEditorText
public interface IEditorText
public interface class IEditorText
type IEditorText = interface end
public interface IEditorText
IEditorText 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
ReadOnly | 현재 텍스트가 읽기 전용인지를 나타내는 값을 가져옵니다. | |
Text | 편집기의 모든 텍스트를 가져오거나 설정합니다. 텍스트를 설정하면 더티 상태가 지워집니다. |
맨 위로 이동