FilterElement.CustomType Özellik

Tanım

Filtre olarak kullanılacak özel türün tam tür adını alır veya ayarlar.

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

Özellik Değeri

Tam tür.

Öznitelikler

Açıklamalar

özel olarak ayarlanırsa FilterType , CustomType oluşturulacak sınıfın tam tür adıdır. FilterData filtrenin değerlendirilmesi CustomType sırasında kullanılacak değerleri de içerebilir. , CustomType bilgileri içeren FilterData bir dize değerini kabul eden bir oluşturucu uygulamalıdır.

Daha fazla bilgi için bkz. FilterData.

Şunlara uygulanır