DesignTimeParseData Constructor (IDesignerHost, String)

 

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 without a specified filter.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

new : 
        designerHost:IDesignerHost *
        parseText:string -> DesignTimeParseData

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.

.NET Framework
Available since 1.1
Return to top
Show: