DetailsView.PrepareControlHierarchy 方法

定义

设置 DetailsView 控件的控件层次结构。Sets up the control hierarchy of the DetailsView control.

protected public:
 virtual void PrepareControlHierarchy();
protected internal virtual void PrepareControlHierarchy ();
abstract member PrepareControlHierarchy : unit -> unit
override this.PrepareControlHierarchy : unit -> unit
Protected Friend Overridable Sub PrepareControlHierarchy ()

注解

PrepareControlHierarchy方法是一个帮助器方法,该方法由 DetailsView 控件调用,用于在呈现控件之前在控件中设置控件层次结构 DetailsViewThe PrepareControlHierarchy method is a helper method called by the DetailsView control to set up the control hierarchy in the DetailsView control before the control is rendered.

适用于