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です。

適用対象