共用方式為


EditorPartDesigner.GetDesignTimeHtml 方法

定義

驗證控制項是否位於型別為 EditorZoneBase 的區域,然後取得用於在設計階段表示控制項的標記。

public:
 override System::String ^ GetDesignTimeHtml();
public override string GetDesignTimeHtml ();
override this.GetDesignTimeHtml : unit -> string
Public Overrides Function GetDesignTimeHtml () As String

傳回

用於在設計階段表示控制項的標記,如果控制項不在 EditorZoneBase 中,則為錯誤標記。

適用於