次の方法で共有


HttpApplicationStateWrapper.AllKeys プロパティ

定義

コレクション内のオブジェクトのキーを取得します。

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

プロパティ値

String[]

状態オブジェクトのキーの配列。

適用対象