DesignTimeParseData Constructor (IDesignerHost, String, String)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the DesignTimeParseData class with the specified filter.
Assembly: System.Web (in System.Web.dll)
Parameters
- designerHost
-
Type:
System.ComponentModel.Design.IDesignerHost
The object for managing designer transactions and components.
- parseText
-
Type:
System.String
The text to parse during design time.
- filter
-
Type:
System.String
The filter to apply during design time.
| Exception | Condition |
|---|---|
| ArgumentNullException | parseText is null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: