次の方法で共有


UrlMappingCollection.GetKey(Int32) メソッド

定義

指定した要素のコレクション キーを取得します。

public:
 System::String ^ GetKey(int index);
public string GetKey (int index);
member this.GetKey : int -> string
Public Function GetKey (index As Integer) As String

パラメーター

index
Int32

取得する要素のコレクション インデックス。

戻り値

キーの値を表す文字列。

適用対象