DeviceFilterElement 생성자

정의

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

오버로드

Name Description
DeviceFilterElement(String, String, String)

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

DeviceFilterElement(String, Type, String)

클래스의 새 인스턴스를 DeviceFilterElement 계산기 필터로 초기화합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

DeviceFilterElement(String, String, String)

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

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 있는 사이트입니다.

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 입니다.

설명

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

적용 대상