DeclarativeCatalogPartDesigner.GetEmptyDesignTimeHtml 方法

定义

获取在设计图面上表示空控件的标记。

protected:
 override System::String ^ GetEmptyDesignTimeHtml();
protected override string GetEmptyDesignTimeHtml ();
override this.GetEmptyDesignTimeHtml : unit -> string
Protected Overrides Function GetEmptyDesignTimeHtml () As String

返回

String

空标记字符串。

注解

此操作将控件呈现为一个显示类名称和实例名称的灰框。

适用于