Aracılığıyla paylaş


OutputCacheProfileCollection.GetKey(Int32) Yöntem

Tanım

Belirtilen OutputCacheProfileCollection dizindeki anahtarı alır.

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

Parametreler

index
Int32

OutputCacheProfileCollection Anahtarın dizini.

Döndürülenler

String

Belirtilen OutputCacheProfileCollection dizine sahip anahtar.

Örnekler

Aşağıdaki kod örneğinde yönteminin nasıl kullanılacağı gösterilmektedir 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)

Şunlara uygulanır

Ayrıca bkz.