次の方法で共有


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 は作成するクラスの完全修飾型名です。 FilterData には、CustomType フィルターの評価時に使用される値を含めることもできます。 CustomType は、FilterData 情報が含まれる文字列値を受け取るコンストラクターを実装する必要があります。

詳細については、「FilterData」を参照してください。

適用対象