共用方式為


DataSourceDesigner.GetDesignTimeHtml 方法

定義

擷取用於在設計階段顯示關聯之資料來源控制項的 HTML 標記。

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

傳回

設計階段顯示的標記。

備註

方法的預設實作 GetDesignTimeHtml 會從基底 ControlDesigner.CreatePlaceHolderDesignTimeHtml 方法傳回結果。

適用於

另請參閱