HtmlDesignerAttribute.BuilderArguments property
取得或設定引數,如果有任何要傳遞至自訂的 HTML 屬性產生器。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property BuilderArguments As String
Get
Set
'用途
Dim instance As HtmlDesignerAttribute
Dim value As String
value = instance.BuilderArguments
instance.BuilderArguments = value
public string BuilderArguments { get; set; }
Property value
Type: System.String
String傳遞至自訂產生器的引數,其中包含。
備註
BuilderArguments屬性是Optional。