This documentation is archived and is not being maintained.
RootBuilder Properties
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The RootBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
|
BindingContainerType | Gets the type of the binding container for the control that this builder creates. (Inherited from ControlBuilder.) |
|
BuiltObjects | Infrastructure. Gets a collection of the objects to persist that were built by the root builder. |
|
ControlType | Gets the Type for the control to be created. (Inherited from ControlBuilder.) |
|
CurrentFilterResolutionService | Gets an IFilterResolutionService object that is used to manage device-filter related services when parsing and persisting controls in the designer. (Inherited from ControlBuilder.) |
|
DeclareType | Gets the type that will be used by code generation to declare the control. (Inherited from ControlBuilder.) |
|
FChildrenAsProperties | Determines whether the control has a ParseChildrenAttribute with ChildrenAsProperties set to true. (Inherited from ControlBuilder.) |
|
FIsNonParserAccessor | Determines whether the control implements the IParserAccessor interface. (Inherited from ControlBuilder.) |
|
HasAspCode | Gets a value indicating whether the control contains any code blocks. (Inherited from ControlBuilder.) |
|
ID | Gets or sets the identifier property for the control to be built. (Inherited from ControlBuilder.) |
|
InDesigner | Returns whether the ControlBuilder is running in the designer. (Inherited from ControlBuilder.) |
|
InPageTheme | Gets a Boolean value indicating whether this ControlBuilder object is used to generate page themes. (Inherited from ControlBuilder.) |
|
Localize | Gets a Boolean value indicating whether the control that is created by this ControlBuilder object is localized. (Inherited from ControlBuilder.) |
|
NamingContainerType | Infrastructure. Gets the type of the naming container for the control that this builder creates. (Inherited from ControlBuilder.) |
|
PageVirtualPath | Gets the virtual path of a page to be built by this ControlBuilder instance. (Inherited from ControlBuilder.) |
|
Parser | Infrastructure. Gets the TemplateParser responsible for parsing the control. (Inherited from ControlBuilder.) |
|
ServiceProvider | Gets the service object for this ControlBuilder object. (Inherited from ControlBuilder.) |
|
TagName | Gets the tag name for the control to be built. (Inherited from ControlBuilder.) |
|
Text | Gets or sets the text between the opening and closing tags of the template. (Inherited from TemplateBuilder.) |
|
ThemeResolutionService | Gets an IThemeResolutionService object that is used in design time to manage control themes and skins. (Inherited from ControlBuilder.) |
Show: