TextControlDesigner.GetDesignTimeHtml 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得在設計階段用來代表關聯控制項的標記。
public:
override System::String ^ GetDesignTimeHtml();
public override string GetDesignTimeHtml ();
override this.GetDesignTimeHtml : unit -> string
Public Overrides Function GetDesignTimeHtml () As String
傳回
用來在設計階段表示控制項的標記。
備註
這個類別會覆寫這個方法,以確保當控制項轉譯為在設計介面上顯示時,可以使用非空白 Text
屬性值。 這可確保 類別具有有意義的標記法。 這個方法會將控制項的任何空白 Text
屬性設定為 ID 控制項的 屬性。