ASP@Workshop 
HOME > ASPリファレンス > Application オブジェクト > Contents.RemoveAll

Contents.RemoveAll (Application オブジェクト)

Application.Contents.RemoveAll

引数

なし

解説

Contents コレクションからすべての項目を削除します。

使用例

Application.Contents("key1") = "値1"
Application.Contents("key2") = "値2"
Application.Contents.RemoveAll  ' key1とkey2、他にあるアプリケーションを削除


関連項目

ContentsStaticObjectsContents.RemoveLockUnLockApplication_OnEndApplication_OnStart



ASPリファレンス

Application オブジェクト
ASPError オブジェクト
Request オブジェクト
Response オブジェクト
Server オブジェクト
Session オブジェクト
ObjectContext オブジェクト


Copyright (C) 2006-2008 ASP@Workshop All rights reserved.