次の方法で共有


UrlMappingCollection.Item[] プロパティ

定義

コレクション内の 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

取得するオブジェクトのインデックス。

プロパティ値

UrlMapping

指定したインデックスにあるオブジェクトです。

適用対象

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

コレクション オブジェクトの名前。

プロパティ値

UrlMapping

指定した名前のコレクション オブジェクト。

適用対象