次の方法で共有


OutputCacheProfileCollection.AllKeys プロパティ

定義

OutputCacheProfileCollection キーを取得します。

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()

プロパティ値

String[]

コレクション キーが格納されている string 配列。

次のコード例は、AllKeys プロパティの使用方法を示しています。

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

適用対象