IObjectListFieldCollection 인터페이스

정의

주의

The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.

ObjectListFieldCollection 클래스에 대한 읽기 전용 기본 인터페이스를 구현합니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public interface class IObjectListFieldCollection : System::Collections::ICollection
public interface IObjectListFieldCollection : System.Collections.ICollection
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public interface IObjectListFieldCollection : System.Collections.ICollection
type IObjectListFieldCollection = interface
    interface ICollection
    interface IEnumerable
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type IObjectListFieldCollection = interface
    interface ICollection
    interface IEnumerable
Public Interface IObjectListFieldCollection
Implements ICollection
파생
특성
구현

설명

IObjectListFieldCollection 인터페이스를 구현 합니다 ICollection 인터페이스, 모든 속성 및 해당 인터페이스의 메서드는 사용 권한에 포함 된 여기입니다. 읽기 전용 필드 컬렉션에 대 한 이러한 유형의 인터페이스를 사용할 수 있습니다. 애플리케이션에서 컨트롤의를 검색할 수는 예를 들어 AllFields 컨트롤에 대 한 명시적으로 정의 되 고 자동으로 생성 된 필드의 조합된 컬렉션 속성입니다. 그러나 애플리케이션 추가 하거나이 컬렉션의 필드를 제거할 수 없습니다.

속성

Count
사용되지 않음.

ICollection에 포함된 요소 수를 가져옵니다.

(다음에서 상속됨 ICollection)
IsSynchronized
사용되지 않음.

ICollection에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되는지를 나타내는 값을 가져옵니다.

(다음에서 상속됨 ICollection)
Item[Int32]
사용되지 않음.

컬렉션의 항목을 인덱스별로 반환합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

SyncRoot
사용되지 않음.

ICollection에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.

(다음에서 상속됨 ICollection)

메서드

CopyTo(Array, Int32)
사용되지 않음.

특정 ICollection 인덱스부터 시작하여 Array의 요소를 Array에 복사합니다.

(다음에서 상속됨 ICollection)
GetAll()
사용되지 않음.

ObjectListField 컬렉션에서 모든 항목의 배열을 반환합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

GetEnumerator()
사용되지 않음.

컬렉션을 반복하는 열거자를 반환합니다.

(다음에서 상속됨 IEnumerable)
IndexOf(ObjectListField)
사용되지 않음.

필드의 인덱스를 반환합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

IndexOf(String)
사용되지 않음.

필드의 인덱스를 반환합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

확장 메서드

Cast<TResult>(IEnumerable)
사용되지 않음.

IEnumerable의 요소를 지정된 형식으로 캐스팅합니다.

OfType<TResult>(IEnumerable)
사용되지 않음.

지정된 형식에 따라 IEnumerable의 요소를 필터링합니다.

AsParallel(IEnumerable)
사용되지 않음.

쿼리를 병렬화할 수 있도록 합니다.

AsQueryable(IEnumerable)
사용되지 않음.

IEnumerableIQueryable로 변환합니다.

적용 대상

추가 정보