Udostępnij za pośrednictwem


OutputCacheProfileCollection.AllKeys Właściwość

Definicja

public:
 property cli::array <System::String ^> ^ AllKeys { cli::array <System::String ^> ^ get(); };
public string[] AllKeys { get; }
member this.AllKeys : string[]
Public ReadOnly Property AllKeys As String()

Wartość właściwości

String[]

Tablica zawierająca string klucze kolekcji.

Przykłady

W poniższym przykładzie kodu pokazano, jak używać AllKeys właściwości.

// Get the keys.
object [] keys = outputCacheProfiles.AllKeys;
' Get the keys.
  Dim keys As String() = _
  outputCacheProfiles.AllKeys

Dotyczy