HtmlDesignerAttribute.HtmlEditorBuilderType 属性
获取或设置自定义 HTML 属性生成器的类型。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property HtmlEditorBuilderType As String
Get
Set
用法
Dim instance As HtmlDesignerAttribute
Dim value As String
value = instance.HtmlEditorBuilderType
instance.HtmlEditorBuilderType = value
public string HtmlEditorBuilderType { get; set; }
属性值
类型:System.String
String指定生成器的类型。使用DesignerBuilderType支持这些类型的创建者: 颜色、 日期、 文件、 字体、 图片和字符串。
备注
默认情况下, HtmlEditorBuilderType属性将引用所有String属性的文本输入生成器。网页设计器 (例如 Microsoft FrontPage 中使用时,可能会通过引用DesignerBuilderType类引用许多生成器类型之一。