次の方法で共有


ClientTargetCollection.Item[] プロパティ

定義

ClientTarget をコレクションから取得します。

オーバーロード

Item[Int32]

指定したインデックス位置にある ClientTarget オブジェクトを取得します。

Item[String]

指定した名前の ClientTarget オブジェクトを取得します。

Item[Int32]

指定したインデックス位置にある ClientTarget オブジェクトを取得します。

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

パラメーター

index
Int32

オブジェクトのコレクション インデックス。

プロパティ値

ClientTarget

指定したインデックス位置にある ClientTarget オブジェクト。

適用対象

Item[String]

指定した名前の ClientTarget オブジェクトを取得します。

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

パラメーター

name
String

ユーザー エージェントの名前。

プロパティ値

ClientTarget

指定した名前の ClientTarget オブジェクトです。

適用対象