次の方法で共有


HttpFileCollectionWrapper(HttpFileCollection) コンストラクター

定義

HttpFileCollectionWrapper クラスの新しいインスタンスを初期化します。

public:
 HttpFileCollectionWrapper(System::Web::HttpFileCollection ^ httpFileCollection);
public HttpFileCollectionWrapper (System.Web.HttpFileCollection httpFileCollection);
new System.Web.HttpFileCollectionWrapper : System.Web.HttpFileCollection -> System.Web.HttpFileCollectionWrapper
Public Sub New (httpFileCollection As HttpFileCollection)

パラメーター

httpFileCollection
HttpFileCollection

このラッパー クラスのアクセス提供先のオブジェクト。

例外

httpApplicationStatenullです。

適用対象