HttpApplicationStateBase.Remove(String) メソッド

定義

派生クラスでオーバーライドされている場合、名前を指定されたオブジェクトをコレクションから削除します。

public:
 virtual void Remove(System::String ^ name);
public virtual void Remove (string name);
abstract member Remove : string -> unit
override this.Remove : string -> unit
Public Overridable Sub Remove (name As String)

パラメーター

name
String

コレクションから削除するオブジェクトの名前。

例外

適用対象