NormalizedSnapshotSpanCollection 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
모두 동일한 스냅샷 개체의 SnapshotSpan 읽기 전용 컬렉션입니다.
public ref class NormalizedSnapshotSpanCollection sealed : System::Collections::Generic::ICollection<Microsoft::VisualStudio::Text::SnapshotSpan>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::SnapshotSpan>, System::Collections::Generic::IList<Microsoft::VisualStudio::Text::SnapshotSpan>, System::Collections::IList
public sealed class NormalizedSnapshotSpanCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.Text.SnapshotSpan>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Text.SnapshotSpan>, System.Collections.Generic.IList<Microsoft.VisualStudio.Text.SnapshotSpan>, System.Collections.IList
type NormalizedSnapshotSpanCollection = class
interface IList<SnapshotSpan>
interface ICollection<SnapshotSpan>
interface seq<SnapshotSpan>
interface IEnumerable
interface IList
interface ICollection
Public NotInheritable Class NormalizedSnapshotSpanCollection
Implements ICollection(Of SnapshotSpan), IEnumerable(Of SnapshotSpan), IList, IList(Of SnapshotSpan)
- 상속
-
NormalizedSnapshotSpanCollection
- 구현
설명
스냅샷 범위는 인접한 범위와 겹치는 범위가 결합된 시작 위치별로 정렬됩니다.
생성자
필드
Empty |
모두 동일한 스냅샷 개체의 SnapshotSpan 읽기 전용 컬렉션입니다. |
속성
Count |
컬렉션의 범위 수를 가져옵니다. |
Item[Int32] |
지정된 위치에서 스냅샷 범위를 가져옵니다. setter는 을 NotSupportedExceptionthrow합니다. |
메서드
연산자
명시적 인터페이스 구현
확장 메서드
EmptyIfNull<T>(IEnumerable<T>) |
null이 아닌 경우 이 열거형을 반환합니다. null인 경우 빈 열거형을 반환합니다. |