FilterElement.CustomType 속성

정의

필터로 사용할 사용자 지정 형식의 정규화된 형식 이름을 가져오거나 설정합니다.

public:
 property System::String ^ CustomType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("customType", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.None)]
public string CustomType { get; set; }
[<System.Configuration.ConfigurationProperty("customType", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.CustomType : string with get, set
Public Property CustomType As String

속성 값

String

정규화된 형식입니다.

특성

설명

FilterType을 사용자 지정으로 설정하면 CustomType은 만들 클래스의 정규화된 형식 이름입니다. FilterDataCustomType 필터를 계산하는 동안 사용할 값도 포함할 수 있습니다. CustomTypeFilterData 정보가 포함된 문자열 값을 허용하는 생성자를 구현해야 합니다.

자세한 내용은 FilterData를 참조하세요.

적용 대상