ITextChange2 인터페이스
Indicates whether the change is opaque.
네임스페이스: Microsoft.VisualStudio.Text
어셈블리: Microsoft.VisualStudio.Text.Data(Microsoft.VisualStudio.Text.Data.dll)
구문
‘선언
Public Interface ITextChange2 _
Inherits ITextChange
public interface ITextChange2 : ITextChange
public interface class ITextChange2 : ITextChange
type ITextChange2 =
interface
interface ITextChange
end
public interface ITextChange2 extends ITextChange
ITextChange2 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
Delta | 차이점은 이러한 변경의 결과 버퍼의 길이를 가져옵니다. (ITextChange에서 상속됨) | |
IsOpaque | Flag indicating whether the change is opaque. | |
LineCountDelta | 이 변경의 결과로 스냅샷을 줄 수의 차이 가져옵니다. (ITextChange에서 상속됨) | |
NewEnd | 끝 위치를 가져옵니다는 NewText 텍스트 변경 후 즉시 스냅샷에서. (ITextChange에서 상속됨) | |
NewLength | 길이 가져옵니다 NewText. (ITextChange에서 상속됨) | |
NewPosition | 스냅샷에서 위치를에 텍스트 변경 변경한 후 즉시 가져옵니다. (ITextChange에서 상속됨) | |
NewSpan | 범위를 가져옵니다는 ITextChange 변경 후 즉시 스냅샷에서. (ITextChange에서 상속됨) | |
NewText | 기존 텍스트를 대체할 텍스트를 가져옵니다. (ITextChange에서 상속됨) | |
OldEnd | 끝 위치를 가져옵니다는 OldText 스냅샷 변경 하기 직전입니다. (ITextChange에서 상속됨) | |
OldLength | 길이 가져옵니다 OldText. (ITextChange에서 상속됨) | |
OldPosition | 스냅샷 변경 하기 직전에 텍스트 변경 위치를 가져옵니다. (ITextChange에서 상속됨) | |
OldSpan | 변경 직전 스냅숏에서 텍스트 변경의 범위입니다. (ITextChange에서 상속됨) | |
OldText | 대체 된 텍스트를 가져옵니다. (ITextChange에서 상속됨) |
위쪽
설명
Opaque changes are replacements in which both the old text and the new text are non-empty.