|
Contents.RemoveAll (Application オブジェクト)
Application.Contents.RemoveAll
引数
なし 解説
Contents コレクションからすべての項目を削除します。 使用例
Application.Contents("key1") = "値1"
Application.Contents("key2") = "値2"
Application.Contents.RemoveAll ' key1とkey2、他にあるアプリケーションを削除
関連項目
Contents|StaticObjects|Contents.Remove|Lock|UnLock|Application_OnEnd|Application_OnStart| |
ASPリファレンス
Application オブジェクト ASPError オブジェクト Request オブジェクト Response オブジェクト Server オブジェクト Session オブジェクト ObjectContext オブジェクト |