MultiViewControlBuilder.AppendSubBuilder(ControlBuilder) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds builders to the ControlBuilder object for any child controls that belong to the MultiView control.
public:
override void AppendSubBuilder(System::Web::UI::ControlBuilder ^ subBuilder);
public override void AppendSubBuilder (System.Web.UI.ControlBuilder subBuilder);
override this.AppendSubBuilder : System.Web.UI.ControlBuilder -> unit
Public Overrides Sub AppendSubBuilder (subBuilder As ControlBuilder)
Parameters
- subBuilder
- ControlBuilder
The ControlBuilder
object assigned to the child control.
Remarks
This method adds builders to the ControlBuilder object for any child controls that belong to the MultiView control. A MultiView control can contain only View controls as child controls.
Applies to
See also
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET