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 接口实现等效的控件设计器功能。