Login.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

适用于

另请参阅