NormalizedSnapshotSpanCollection.IList.IsFixedSize 속성

컬렉션이 고정 크기인지 여부를 확인합니다. 항상 true를 반환합니다.

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

구문

‘선언
Private ReadOnly Property IsFixedSize As Boolean 
    Implements IList.IsFixedSize
bool IList.IsFixedSize { get; }
private:
virtual property bool IsFixedSize {
    bool get () sealed = IList::IsFixedSize::get;
}
private abstract IsFixedSize : bool with get 
private override IsFixedSize : bool with get
JScript에서는 명시적 인터페이스 구현을 지원하지 않습니다.

속성 값

형식: Boolean
항상 true를 반환합니다.

구현

IList.IsFixedSize

.NET Framework 보안

참고 항목

참조

NormalizedSnapshotSpanCollection 클래스

Microsoft.VisualStudio.Text 네임스페이스