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 있는 사이트입니다.
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
- 상속
- 특성
생성자
| Name | Description |
|---|---|
| DeviceFilterElementCollection() |
사용되지 않음.
DeviceFilterElementCollection 클래스의 새 인스턴스를 초기화합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다. |
속성
| Name | Description |
|---|---|
| AddElementName |
사용되지 않음.
파생 클래스에서 재정의될 때 ConfigurationElement 추가 작업과 연결할 ConfigurationElementCollection 이름을 가져오거나 설정합니다. (다음에서 상속됨 ConfigurationElementCollection) |
| AllKeys |
사용되지 않음.
컬렉션에 있는 각 항목의 키를 포함하는 컬렉션을 가져옵니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다. |
| ClearElementName |
사용되지 않음.
파생 클래스에서 재정의될 때 ConfigurationElement clear 연산과 연결할 ConfigurationElementCollection 이름을 가져오거나 설정합니다. (다음에서 상속됨 ConfigurationElementCollection) |
| CollectionType |
사용되지 않음.
이 DeviceFilterElementCollection 개체의 구성 컬렉션 형식을 가져옵니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다. |
| 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 있는 사이트입니다. |
| Item[String] |
사용되지 않음.
컬렉션에서 지정된 항목을 가져옵니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다. |
| LockAllAttributesExcept |
사용되지 않음.
잠긴 특성의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
| LockAllElementsExcept |
사용되지 않음.
잠긴 요소의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
| LockAttributes |
사용되지 않음.
잠긴 특성의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
| LockElements |
사용되지 않음.
잠긴 요소의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
| LockItem |
사용되지 않음.
요소가 잠겨 있는지 여부를 나타내는 값을 가져오거나 설정합니다. (다음에서 상속됨 ConfigurationElement) |
| Properties |
사용되지 않음.
속성의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
| RemoveElementName |
사용되지 않음.
파생 클래스에서 재정의될 때 ConfigurationElement 제거 작업과 연결할 ConfigurationElementCollection 이름을 가져오거나 설정합니다. (다음에서 상속됨 ConfigurationElementCollection) |
| SyncRoot |
사용되지 않음.
ConfigurationElementCollection대한 액세스를 동기화하는 데 사용되는 개체를 가져옵니다. (다음에서 상속됨 ConfigurationElementCollection) |
| ThrowOnDuplicate |
사용되지 않음.
ConfigurationElement 중복 ConfigurationElementCollection 추가하려고 하면 예외가 throw되는지 여부를 나타내는 값을 가져옵니다. (다음에서 상속됨 ConfigurationElementCollection) |
메서드
명시적 인터페이스 구현
| Name | Description |
|---|---|
| ICollection.CopyTo(Array, Int32) |
사용되지 않음.
배열에 ConfigurationElementCollection 복사합니다. (다음에서 상속됨 ConfigurationElementCollection) |
확장명 메서드
| Name | Description |
|---|---|
| AsParallel(IEnumerable) |
사용되지 않음.
쿼리의 병렬 처리를 사용하도록 설정합니다. |
| AsQueryable(IEnumerable) |
사용되지 않음.
IEnumerable IQueryable변환합니다. |
| Cast<TResult>(IEnumerable) |
사용되지 않음.
IEnumerable 요소를 지정된 형식으로 캐스팅합니다. |
| OfType<TResult>(IEnumerable) |
사용되지 않음.
지정된 형식에 따라 IEnumerable 요소를 필터링합니다. |