다음을 통해 공유


DeviceFilterElementCollection 클래스

정의

주의

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 속성이 null여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
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
Add(DeviceFilterElement)
사용되지 않음.

컬렉션에 지정된 DeviceFilterElement 개체를 추가합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

BaseAdd(ConfigurationElement, Boolean)
사용되지 않음.

구성 요소 컬렉션에 구성 요소를 추가합니다.

(다음에서 상속됨 ConfigurationElementCollection)
BaseAdd(ConfigurationElement)
사용되지 않음.

ConfigurationElementCollection구성 요소를 추가합니다.

(다음에서 상속됨 ConfigurationElementCollection)
BaseAdd(Int32, ConfigurationElement)
사용되지 않음.

구성 요소 컬렉션에 구성 요소를 추가합니다.

(다음에서 상속됨 ConfigurationElementCollection)
BaseClear()
사용되지 않음.

컬렉션에서 모든 구성 요소 개체를 제거합니다.

(다음에서 상속됨 ConfigurationElementCollection)
BaseGet(Int32)
사용되지 않음.

지정된 인덱스 위치에 있는 구성 요소를 가져옵니다.

(다음에서 상속됨 ConfigurationElementCollection)
BaseGet(Object)
사용되지 않음.

지정된 키를 사용하여 구성 요소를 반환합니다.

(다음에서 상속됨 ConfigurationElementCollection)
BaseGetAllKeys()
사용되지 않음.

ConfigurationElementCollection포함된 모든 구성 요소에 대한 키 배열을 반환합니다.

(다음에서 상속됨 ConfigurationElementCollection)
BaseGetKey(Int32)
사용되지 않음.

지정된 인덱스 위치에서 ConfigurationElement 키를 가져옵니다.

(다음에서 상속됨 ConfigurationElementCollection)
BaseIndexOf(ConfigurationElement)
사용되지 않음.

지정된 ConfigurationElement인덱스입니다.

(다음에서 상속됨 ConfigurationElementCollection)
BaseIsRemoved(Object)
사용되지 않음.

지정된 키를 가진 ConfigurationElementConfigurationElementCollection제거되었는지 여부를 나타냅니다.

(다음에서 상속됨 ConfigurationElementCollection)
BaseRemove(Object)
사용되지 않음.

컬렉션에서 ConfigurationElement 제거합니다.

(다음에서 상속됨 ConfigurationElementCollection)
BaseRemoveAt(Int32)
사용되지 않음.

지정된 인덱스 위치에서 ConfigurationElement 제거합니다.

(다음에서 상속됨 ConfigurationElementCollection)
Clear()
사용되지 않음.

컬렉션에서 모든 항목을 제거합니다.

CopyTo(ConfigurationElement[], Int32)
사용되지 않음.

ConfigurationElementCollection 내용을 배열에 복사합니다.

(다음에서 상속됨 ConfigurationElementCollection)
CreateNewElement()
사용되지 않음.

파생 클래스에서 재정의되는 경우 새 ConfigurationElement클래스를 만듭니다.

(다음에서 상속됨 ConfigurationElementCollection)
CreateNewElement(String)
사용되지 않음.

파생 클래스에서 재정의될 때 새 ConfigurationElement 만듭니다.

(다음에서 상속됨 ConfigurationElementCollection)
DeserializeElement(XmlReader, Boolean)
사용되지 않음.

구성 파일에서 XML을 읽습니다.

(다음에서 상속됨 ConfigurationElement)
Equals(Object)
사용되지 않음.

ConfigurationElementCollection 지정된 개체와 비교합니다.

(다음에서 상속됨 ConfigurationElementCollection)
GetElementKey(ConfigurationElement)
사용되지 않음.

파생 클래스에서 재정의될 때 지정된 구성 요소의 요소 키를 가져옵니다.

(다음에서 상속됨 ConfigurationElementCollection)
GetEnumerator()
사용되지 않음.

IEnumerator 반복 ConfigurationElementCollection하는 데 사용되는 값을 가져옵니다.

(다음에서 상속됨 ConfigurationElementCollection)
GetHashCode()
사용되지 않음.

ConfigurationElementCollection 인스턴스를 나타내는 고유 값을 가져옵니다.

(다음에서 상속됨 ConfigurationElementCollection)
GetTransformedAssemblyString(String)
사용되지 않음.

지정된 어셈블리 이름의 변환된 버전을 반환합니다.

(다음에서 상속됨 ConfigurationElement)
GetTransformedTypeString(String)
사용되지 않음.

지정된 형식 이름의 변환된 버전을 반환합니다.

(다음에서 상속됨 ConfigurationElement)
GetType()
사용되지 않음.

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
Init()
사용되지 않음.

ConfigurationElement 개체를 초기 상태로 설정합니다.

(다음에서 상속됨 ConfigurationElement)
InitializeDefault()
사용되지 않음.

ConfigurationElement 개체의 기본 값 집합을 초기화하는 데 사용됩니다.

(다음에서 상속됨 ConfigurationElement)
IsElementName(String)
사용되지 않음.

지정된 ConfigurationElementConfigurationElementCollection있는지 여부를 나타냅니다.

(다음에서 상속됨 ConfigurationElementCollection)
IsElementRemovable(ConfigurationElement)
사용되지 않음.

지정된 ConfigurationElementConfigurationElementCollection제거할 수 있는지 여부를 나타냅니다.

(다음에서 상속됨 ConfigurationElementCollection)
IsModified()
사용되지 않음.

ConfigurationElementCollection 파생 클래스에서 재정의될 때 마지막으로 저장되었거나 로드된 이후 수정되었는지 여부를 나타냅니다.

(다음에서 상속됨 ConfigurationElementCollection)
IsReadOnly()
사용되지 않음.

ConfigurationElementCollection 개체가 읽기 전용인지 여부를 나타냅니다.

(다음에서 상속됨 ConfigurationElementCollection)
ListErrors(IList)
사용되지 않음.

ConfigurationElement 개체 및 모든 하위 요소의 잘못된 속성 오류를 전달된 목록에 추가합니다.

(다음에서 상속됨 ConfigurationElement)
MemberwiseClone()
사용되지 않음.

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
OnDeserializeUnrecognizedAttribute(String, String)
사용되지 않음.

역직렬화하는 동안 알 수 없는 특성이 발생하는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
OnDeserializeUnrecognizedElement(String, XmlReader)
사용되지 않음.

구성 시스템에서 예외를 throw하도록 합니다.

(다음에서 상속됨 ConfigurationElementCollection)
OnRequiredPropertyNotFound(String)
사용되지 않음.

필수 속성을 찾을 수 없는 경우 예외를 throw합니다.

(다음에서 상속됨 ConfigurationElement)
PostDeserialize()
사용되지 않음.

역직렬화 후 호출됩니다.

(다음에서 상속됨 ConfigurationElement)
PreSerialize(XmlWriter)
사용되지 않음.

serialization 전에 호출됩니다.

(다음에서 상속됨 ConfigurationElement)
Remove(DeviceFilterElement)
사용되지 않음.

컬렉션에서 지정된 항목을 제거합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

Remove(String)
사용되지 않음.

컬렉션에서 지정된 키를 가진 개체를 제거합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

RemoveAt(Int32)
사용되지 않음.

컬렉션에서 지정된 인덱스의 항목을 제거합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

Reset(ConfigurationElement)
사용되지 않음.

파생 클래스에서 재정의될 때 ConfigurationElementCollection 수정되지 않은 상태로 다시 설정합니다.

(다음에서 상속됨 ConfigurationElementCollection)
ResetModified()
사용되지 않음.

파생 클래스에서 재정의될 때 IsModified() 속성의 값을 false 다시 설정합니다.

(다음에서 상속됨 ConfigurationElementCollection)
SerializeElement(XmlWriter, Boolean)
사용되지 않음.

파생 클래스에서 재정의될 때 구성 파일의 XML 요소에 구성 데이터를 씁니다.

(다음에서 상속됨 ConfigurationElementCollection)
SerializeToXmlElement(XmlWriter, String)
사용되지 않음.

파생 클래스에서 구현될 때 이 구성 요소의 외부 태그를 구성 파일에 씁니다.

(다음에서 상속됨 ConfigurationElement)
SetPropertyValue(ConfigurationProperty, Object, Boolean)
사용되지 않음.

속성을 지정된 값으로 설정합니다.

(다음에서 상속됨 ConfigurationElement)
SetReadOnly()
사용되지 않음.

IsReadOnly() 개체 및 모든 하위 요소에 대한 ConfigurationElementCollection 속성을 설정합니다.

(다음에서 상속됨 ConfigurationElementCollection)
ToString()
사용되지 않음.

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)
Unmerge(ConfigurationElement, ConfigurationElement, ConfigurationSaveMode)
사용되지 않음.

구성 정보를 다른 수준의 구성 계층 구조에서 병합하는 효과를 반전합니다.

(다음에서 상속됨 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 요소를 필터링합니다.

적용 대상

추가 정보