DeviceFilterElement 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
의 메서드입니다.
설명
이 생성자는 계산기 (또는 대리자 기반)는 필터입니다.
적용 대상
.NET