次の方法で共有


IgnoreDeviceFilterElementCollection.Item[] プロパティ

定義

指定した IgnoreDeviceFilterElement オブジェクトをコレクションから取得します。

オーバーロード

Item[Int32]

指定したインデックスにある IgnoreDeviceFilterElement オブジェクトをコレクションから取得します。

Item[String]

名前を使用して指定した IgnoreDeviceFilterElement オブジェクトをコレクションから取得します。

Item[Int32]

指定したインデックスにある IgnoreDeviceFilterElement オブジェクトをコレクションから取得します。

public:
 property System::Web::Configuration::IgnoreDeviceFilterElement ^ default[int] { System::Web::Configuration::IgnoreDeviceFilterElement ^ get(int index); void set(int index, System::Web::Configuration::IgnoreDeviceFilterElement ^ value); };
public System.Web.Configuration.IgnoreDeviceFilterElement this[int index] { get; set; }
member this.Item(int) : System.Web.Configuration.IgnoreDeviceFilterElement with get, set
Default Public Property Item(index As Integer) As IgnoreDeviceFilterElement

パラメーター

index
Int32

取得するフィルター オブジェクトのインデックス。

プロパティ値

IgnoreDeviceFilterElement

指定したフィルター オブジェクト。

適用対象

Item[String]

名前を使用して指定した IgnoreDeviceFilterElement オブジェクトをコレクションから取得します。

public:
 property System::Web::Configuration::IgnoreDeviceFilterElement ^ default[System::String ^] { System::Web::Configuration::IgnoreDeviceFilterElement ^ get(System::String ^ name); };
public System.Web.Configuration.IgnoreDeviceFilterElement this[string name] { get; }
member this.Item(string) : System.Web.Configuration.IgnoreDeviceFilterElement
Default Public ReadOnly Property Item(name As String) As IgnoreDeviceFilterElement

パラメーター

name
String

取得するフィルター オブジェクトの名前。

プロパティ値

IgnoreDeviceFilterElement

指定したフィルター オブジェクト。

適用対象