MultiView.SaveControlState 方法

定义

保存 MultiView 控件的当前状态。Saves the current state of the MultiView control.

protected public:
 override System::Object ^ SaveControlState();
protected internal override object SaveControlState ();
override this.SaveControlState : unit -> obj
Protected Friend Overrides Function SaveControlState () As Object

返回

Object

一个 Object,表示 MultiView 控件的状态。An Object that represents the state of the MultiView control. 如果 MultiView 控件没有任何关联视图状态,则此方法返回 nullIf there is no state associated with the MultiView control, this method returns null.

适用于