TreeViewDesigner.GetErrorDesignTimeHtml(Exception) 方法       
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供发生错误时用于在设计时呈现控件的标记。
protected:
 override System::String ^ GetErrorDesignTimeHtml(Exception ^ e);protected override string GetErrorDesignTimeHtml(Exception e);override this.GetErrorDesignTimeHtml : Exception -> stringProtected Overrides Function GetErrorDesignTimeHtml (e As Exception) As String参数
返回
用于发生错误时在设计时呈现控件的标记。