This documentation is archived and is not being maintained.
ParseChildrenAttribute Constructor
Visual Studio 2010
Initializes a new instance of the ParseChildrenAttribute class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ParseChildrenAttribute() | Initializes a new instance of the ParseChildrenAttribute class. |
|
ParseChildrenAttribute(Boolean) | Initializes a new instance of the ParseChildrenAttribute class using the ChildrenAsProperties property to determine if the elements that are contained within a server control are parsed as properties of the server control. |
|
ParseChildrenAttribute(Type) | Initializes a new instance of the ParseChildrenAttribute class using the ChildControlType property to determine which elements that are contained within a server control are parsed as controls. |
|
ParseChildrenAttribute(Boolean, String) | Initializes a new instance of the ParseChildrenAttribute class using the childrenAsProperties and defaultProperty parameters. |
Show: