次の方法で共有


OutputCacheProfileCollection.GetKey(Int32) メソッド

定義

指定した OutputCacheProfileCollection インデックス位置のキーを取得します。

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

キーの OutputCacheProfileCollection インデックス。

戻り値

String

指定した OutputCacheProfileCollection インデックスのキー。

GetKey メソッドを使用するコード例を次に示します。

// Get the key with the specified index.
string theKey = outputCacheProfiles.GetKey(0).ToString();
' Get the key with the specified index.
  Dim theKey As String = _
  outputCacheProfiles.GetKey(0)

適用対象

こちらもご覧ください