共用方式為


HtmlDesignerAttribute.HtmlEditorBuilderType property

取得或設定自訂的 HTML 屬性產生器的類型。

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
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; }

Property value

Type: System.String
String會指定產生器的類型。使用DesignerBuilderType來支援下列類型的建置者: 色彩、 日期、 檔案、 字型、 圖片及字串。

備註

根據預設, HtmlEditorBuilderType屬性會參照所有String屬性的文字項目產生器。如 Microsoft FrontPage 網頁設計工具中使用時,其中許多產生器類型可能所參照的DesignerBuilderType類別參照。

請參閱

參照

HtmlDesignerAttribute class

HtmlDesignerAttribute members

Microsoft.SharePoint.WebPartPages namespace