MultiView.SaveControlState 方法
定义
protected public:
override System::Object ^ SaveControlState();
protected internal override object SaveControlState ();
override this.SaveControlState : unit -> obj
Protected Friend Overrides Function SaveControlState () As Object
返回
一个 Object,表示 MultiView 控件的状态。An Object that represents the state of the MultiView control. 如果 MultiView 控件没有任何关联视图状态,则此方法返回 null。If there is no state associated with the MultiView control, this method returns null.