HtmlDesignerAttribute.BuilderArguments 属性
获取或设置参数中,如果有) 传递给自定义 HTML 属性生成器。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
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; }
属性值
类型:System.String
String包含传递给自定义生成器的参数。
备注
BuilderArguments属性是Optional。