Share via


LoginStatus.SetDesignModeState(IDictionary) 方法

定义

重写基 SetDesignModeState(IDictionary) 方法。

protected:
 override void SetDesignModeState(System::Collections::IDictionary ^ data);
protected override void SetDesignModeState (System.Collections.IDictionary data);
override this.SetDesignModeState : System.Collections.IDictionary -> unit
Protected Overrides Sub SetDesignModeState (data As IDictionary)

参数

data
IDictionary

一个 IDictionary,其中包含 LoginStatus 控件的状态。

适用于