DeviceFilterElementCollection 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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.
DeviceFilterElement 개체의 컬렉션을 나타냅니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.
public ref class DeviceFilterElementCollection sealed : System::Configuration::ConfigurationElementCollection
[System.Configuration.ConfigurationCollection(typeof(System.Web.Mobile.DeviceFilterElement), AddItemName="filter", CollectionType=System.Configuration.ConfigurationElementCollectionType.BasicMap)]
public sealed class DeviceFilterElementCollection : System.Configuration.ConfigurationElementCollection
[System.Configuration.ConfigurationCollection(typeof(System.Web.Mobile.DeviceFilterElement), AddItemName="filter", CollectionType=System.Configuration.ConfigurationElementCollectionType.BasicMap)]
[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 sealed class DeviceFilterElementCollection : System.Configuration.ConfigurationElementCollection
[<System.Configuration.ConfigurationCollection(typeof(System.Web.Mobile.DeviceFilterElement), AddItemName="filter", CollectionType=System.Configuration.ConfigurationElementCollectionType.BasicMap)>]
type DeviceFilterElementCollection = class
inherit ConfigurationElementCollection
[<System.Configuration.ConfigurationCollection(typeof(System.Web.Mobile.DeviceFilterElement), AddItemName="filter", CollectionType=System.Configuration.ConfigurationElementCollectionType.BasicMap)>]
[<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 DeviceFilterElementCollection = class
inherit ConfigurationElementCollection
Public NotInheritable Class DeviceFilterElementCollection
Inherits ConfigurationElementCollection
- 상속
- 특성
생성자
DeviceFilterElementCollection() |
사용되지 않음.
DeviceFilterElementCollection 클래스의 새 인스턴스를 초기화합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요. |
속성
AddElementName |
사용되지 않음.
파생 클래스에서 재정의될 때 ConfigurationElement의 추가 작업과 연결할 ConfigurationElementCollection의 이름을 가져오거나 설정합니다. (다음에서 상속됨 ConfigurationElementCollection) |
AllKeys |
사용되지 않음.
컬렉션에 있는 각 항목의 키를 포함하는 컬렉션을 가져옵니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요. |
ClearElementName |
사용되지 않음.
파생 클래스에서 재정의될 때 ConfigurationElement의 지우기 작업과 연결할 ConfigurationElementCollection의 이름을 가져오거나 설정합니다. (다음에서 상속됨 ConfigurationElementCollection) |
CollectionType |
사용되지 않음.
이 DeviceFilterElementCollection 개체의 구성 컬렉션 형식을 가져옵니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요. |
Count |
사용되지 않음.
컬렉션의 요소 수를 가져옵니다. (다음에서 상속됨 ConfigurationElementCollection) |
CurrentConfiguration |
사용되지 않음.
현재 Configuration 인스턴스가 속해 있는 구성 계층 구조를 나타내는 최상위 ConfigurationElement 인스턴스에 대한 참조를 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
ElementInformation |
사용되지 않음.
ElementInformation 개체의 사용자 지정할 수 없는 정보와 기능을 포함하는 ConfigurationElement 개체를 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
ElementName |
사용되지 않음.
파생 클래스에서 재정의될 때 구성 파일에서 이 요소 컬렉션을 식별하는 데 사용되는 이름을 가져옵니다. (다음에서 상속됨 ConfigurationElementCollection) |
ElementProperty |
사용되지 않음.
ConfigurationElementProperty 개체 자체를 나타내는 ConfigurationElement 개체를 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
EmitClear |
사용되지 않음.
컬렉션이 지워졌는지 여부를 지정하는 값을 가져오거나 설정합니다. (다음에서 상속됨 ConfigurationElementCollection) |
EvaluationContext |
사용되지 않음.
ContextInformation 개체의 ConfigurationElement 개체를 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
HasContext |
사용되지 않음.
CurrentConfiguration 속성이 |
IsSynchronized |
사용되지 않음.
컬렉션에 대한 액세스가 동기화되었는지 여부를 나타내는 값을 가져옵니다. (다음에서 상속됨 ConfigurationElementCollection) |
Item[ConfigurationProperty] |
사용되지 않음.
이 구성 요소의 속성이나 특성을 가져오거나 설정합니다. (다음에서 상속됨 ConfigurationElement) |
Item[Int32] |
사용되지 않음.
지정한 인덱스에 있는 항목을 가져오거나 설정합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요. |
Item[String] |
사용되지 않음.
컬렉션에서 지정한 항목을 가져옵니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요. |
LockAllAttributesExcept |
사용되지 않음.
잠긴 특성의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
LockAllElementsExcept |
사용되지 않음.
잠긴 요소의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
LockAttributes |
사용되지 않음.
잠긴 특성의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
LockElements |
사용되지 않음.
잠긴 요소의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
LockItem |
사용되지 않음.
요소가 잠겨 있는지 여부를 나타내는 값을 가져오거나 설정합니다. (다음에서 상속됨 ConfigurationElement) |
Properties |
사용되지 않음.
속성 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
RemoveElementName |
사용되지 않음.
파생 클래스에서 재정의될 때 ConfigurationElement의 제거 작업과 연결할 ConfigurationElementCollection의 이름을 가져오거나 설정합니다. (다음에서 상속됨 ConfigurationElementCollection) |
SyncRoot |
사용되지 않음.
ConfigurationElementCollection에 대한 액세스를 동기화하는 데 사용되는 개체를 가져옵니다. (다음에서 상속됨 ConfigurationElementCollection) |
ThrowOnDuplicate |
사용되지 않음.
ConfigurationElement에 중복 ConfigurationElementCollection를 추가하려고 하면 예외가 throw되는지 여부를 나타내는 값을 가져옵니다. (다음에서 상속됨 ConfigurationElementCollection) |
메서드
명시적 인터페이스 구현
ICollection.CopyTo(Array, Int32) |
사용되지 않음.
ConfigurationElementCollection을 배열에 복사합니다. (다음에서 상속됨 ConfigurationElementCollection) |
확장 메서드
Cast<TResult>(IEnumerable) |
사용되지 않음.
IEnumerable의 요소를 지정된 형식으로 캐스팅합니다. |
OfType<TResult>(IEnumerable) |
사용되지 않음.
지정된 형식에 따라 IEnumerable의 요소를 필터링합니다. |
AsParallel(IEnumerable) |
사용되지 않음.
쿼리를 병렬화할 수 있도록 합니다. |
AsQueryable(IEnumerable) |
사용되지 않음.
IEnumerable을 IQueryable로 변환합니다. |
적용 대상
추가 정보
.NET