DataSourceDesigner.GetDesignTimeHtml 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取用於在設計階段顯示關聯之資料來源控制項的 HTML 標記。
public:
override System::String ^ GetDesignTimeHtml();
public override string GetDesignTimeHtml ();
override this.GetDesignTimeHtml : unit -> string
Public Overrides Function GetDesignTimeHtml () As String
傳回
設計階段顯示的標記。
備註
方法的預設實作 GetDesignTimeHtml 會從基底 ControlDesigner.CreatePlaceHolderDesignTimeHtml 方法傳回結果。