UrlMappingCollection.Item[] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクション内の UrlMapping を取得または設定します。
オーバーロード
Item[Int32] |
指定したインデックスの位置にある UrlMapping オブジェクトを取得または設定します。 |
Item[String] |
指定した名前の UrlMapping オブジェクトを取得します。 |
Item[Int32]
指定したインデックスの位置にある UrlMapping オブジェクトを取得または設定します。
public:
property System::Web::Configuration::UrlMapping ^ default[int] { System::Web::Configuration::UrlMapping ^ get(int index); void set(int index, System::Web::Configuration::UrlMapping ^ value); };
public System.Web.Configuration.UrlMapping this[int index] { get; set; }
member this.Item(int) : System.Web.Configuration.UrlMapping with get, set
Default Public Property Item(index As Integer) As UrlMapping
パラメーター
- index
- Int32
取得するオブジェクトのインデックス。
プロパティ値
指定したインデックスにあるオブジェクトです。
適用対象
Item[String]
指定した名前の UrlMapping オブジェクトを取得します。
public:
property System::Web::Configuration::UrlMapping ^ default[System::String ^] { System::Web::Configuration::UrlMapping ^ get(System::String ^ name); };
public System.Web.Configuration.UrlMapping this[string name] { get; }
member this.Item(string) : System.Web.Configuration.UrlMapping
Default Public ReadOnly Property Item(name As String) As UrlMapping
パラメーター
- name
- String
コレクション オブジェクトの名前。
プロパティ値
指定した名前のコレクション オブジェクト。