INormalizedTextChangeCollection 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
정규화된 개체 목록 ITextChange 입니다. 변경 내용은 오름차순으로 정렬되고 인접 및 겹치는 변경 내용은 단일 변경 내용으로 결합됩니다.
public interface class INormalizedTextChangeCollection : System::Collections::Generic::ICollection<Microsoft::VisualStudio::Text::ITextChange ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::ITextChange ^>, System::Collections::Generic::IList<Microsoft::VisualStudio::Text::ITextChange ^>
public interface INormalizedTextChangeCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.Text.ITextChange>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Text.ITextChange>, System.Collections.Generic.IList<Microsoft.VisualStudio.Text.ITextChange>
type INormalizedTextChangeCollection = interface
interface IList<ITextChange>
interface ICollection<ITextChange>
interface seq<ITextChange>
interface IEnumerable
Public Interface INormalizedTextChangeCollection
Implements ICollection(Of ITextChange), IEnumerable(Of ITextChange), IList(Of ITextChange)
- 구현
설명
INormalizedTextChangeCollection 개체는 변경할 수 없습니다.
속성
IncludesLineChanges |
이 목록의 개체에 ITextChange 0 LineCountDelta이 아닌 가 있는지 여부를 확인합니다. |
확장 메서드
EmptyIfNull<T>(IEnumerable<T>) |
null이 아닌 경우 이 열거형을 반환합니다. null이면 빈 열거형을 반환합니다. |