次の方法で共有


IgnoreDeviceFilterElementCollection.Add(IgnoreDeviceFilterElement) メソッド

定義

IgnoreDeviceFilterElement オブジェクトをコレクションに追加します。

public:
 void Add(System::Web::Configuration::IgnoreDeviceFilterElement ^ deviceFilter);
public void Add (System.Web.Configuration.IgnoreDeviceFilterElement deviceFilter);
member this.Add : System.Web.Configuration.IgnoreDeviceFilterElement -> unit
Public Sub Add (deviceFilter As IgnoreDeviceFilterElement)

パラメーター

deviceFilter
IgnoreDeviceFilterElement

コレクションに追加するオブジェクト。

適用対象