共用方式為


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

要取得的篩選物件索引。

屬性值

指定的篩選物件。

適用於

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

要取得的篩選物件名稱。

屬性值

指定的篩選物件。

適用於