HtmlDesignerAttribute constructor
初始化HtmlDesignerAttribute類別的新執行個體。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub New ( _
url As String _
)
'用途
Dim url As String
Dim instance As New HtmlDesignerAttribute(url)
public HtmlDesignerAttribute(
string url
)
參數
url
Type: System.String指定的 URL 屬性建立幫手] 網頁的 URL。
備註
此方法會將BuilderUrl屬性的值設定為url參數的值。