IControlDesignerBehavior.DesignTimeHtml 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定設計工具控制項的設計階段 HTML。
public:
property System::String ^ DesignTimeHtml { System::String ^ get(); void set(System::String ^ value); };
public string DesignTimeHtml { get; set; }
member this.DesignTimeHtml : string with get, set
Public Property DesignTimeHtml As String
屬性值
在設計階段用於格式化控制項的 HTML。
備註
注意
IControlDesignerBehavior 介面已經過時。 請使用 IControlDesignerTag 和 IControlDesignerView 介面,取得對等的控制項設計工具功能。