HttpFileCollectionWrapper(HttpFileCollection) Konstruktor
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Initierar en ny instans av HttpFileCollectionWrapper klassen.
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)
Parametrar
- httpFileCollection
- HttpFileCollection
Objektet som den här omslutningsklassen ger åtkomst till.
Undantag
httpApplicationState är null.