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