다음을 통해 공유


ITextEdit.HasEffectiveChanges 속성

편집에 읽기 전용이 아닌 영역의 변경 내용이 포함되는지 여부를 확인합니다.

네임스페이스:  Microsoft.VisualStudio.Text
어셈블리:  Microsoft.VisualStudio.Text.Data(Microsoft.VisualStudio.Text.Data.dll)

구문

‘선언
ReadOnly Property HasEffectiveChanges As Boolean
bool HasEffectiveChanges { get; }
property bool HasEffectiveChanges {
    bool get ();
}
abstract HasEffectiveChanges : bool with get
function get HasEffectiveChanges () : boolean

속성 값

형식: Boolean
true 편집 되지 않은 읽기 전용 영역에서 변경 내용이 있으면 otherwise false입니다.

.NET Framework 보안

참고 항목

참조

ITextEdit 인터페이스

Microsoft.VisualStudio.Text 네임스페이스