共用方式為


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

屬性值

完整類型。

屬性

備註

如果 FilterType 設定為自訂,則 CustomType 為要建立之類別的完整類型名稱。 FilterData 也可以包含評估 CustomType 篩選期間使用的值。 CustomType 必須實作接受字串值的建構函式,該字串值包含 FilterData 資訊。

如需詳細資訊,請參閱FilterData

適用於