IgnoreDeviceFilterElementCollection.Item[] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した 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
取得するフィルター オブジェクトのインデックス。
プロパティ値
指定したフィルター オブジェクト。
適用対象
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
取得するフィルター オブジェクトの名前。
プロパティ値
指定したフィルター オブジェクト。