DesignTimeHtmlProviderDesigner Class
This class and its members are reserved for internal use and are not intended to be used in your code.
Inheritance Hierarchy
System.Object
System.ComponentModel.Design.ComponentDesigner
System.Web.UI.Design.HtmlControlDesigner
System.Web.UI.Design.ControlDesigner
Microsoft.SharePoint.Portal.WebControls.DesignTimeHtmlProviderDesigner
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public NotInheritable Class DesignTimeHtmlProviderDesigner _
Inherits ControlDesigner
'Usage
Dim instance As DesignTimeHtmlProviderDesigner
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public sealed class DesignTimeHtmlProviderDesigner : ControlDesigner
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.