다음을 통해 공유


DeviceFilterElement 생성자

정의

DeviceFilterElement 클래스의 새 인스턴스를 초기화합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

오버로드

DeviceFilterElement(String, String, String)

DeviceFilterElement 클래스의 새 인스턴스를 비교 필터로 초기화합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

DeviceFilterElement(String, Type, String)

DeviceFilterElement 클래스의 새 인스턴스를 평가기 필터로 초기화합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

DeviceFilterElement(String, String, String)

DeviceFilterElement 클래스의 새 인스턴스를 비교 필터로 초기화합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 DeviceFilterElement(System::String ^ name, System::String ^ compareName, System::String ^ argument);
public DeviceFilterElement (string name, string compareName, string argument);
new System.Web.Mobile.DeviceFilterElement : string * string * string -> System.Web.Mobile.DeviceFilterElement
Public Sub New (name As String, compareName As String, argument As String)

매개 변수

name
String

평가기를 식별하는 데 사용할 이름입니다.

compareName
String

비교 평가기에서 평가하는 기능입니다.

argument
String

기능과 비교할 인수입니다.

설명

이 생성자는 비교 필터를 만들려면 사용 합니다.

추가 정보

적용 대상

DeviceFilterElement(String, Type, String)

DeviceFilterElement 클래스의 새 인스턴스를 평가기 필터로 초기화합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 DeviceFilterElement(System::String ^ name, Type ^ filterClass, System::String ^ method);
public DeviceFilterElement (string name, Type filterClass, string method);
new System.Web.Mobile.DeviceFilterElement : string * Type * string -> System.Web.Mobile.DeviceFilterElement
Public Sub New (name As String, filterClass As Type, method As String)

매개 변수

name
String

평가기를 식별하는 데 사용할 이름입니다.

filterClass
Type

평가기 대리자를 포함하는 클래스 형식입니다.

method
String

평가기 대리자인 filterClass의 메서드입니다.

설명

이 생성자는 계산기 (또는 대리자 기반)는 필터입니다.

적용 대상