FieldMetadata.ComponentRequiresPostback 属性
FieldMetadata 控件不呈现重写默认的特殊的编辑控件和避免强制回发处理任何提交
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overrides ReadOnly Property ComponentRequiresPostback As Boolean
Get
用法
Dim instance As FieldMetadata
Dim value As Boolean
value = instance.ComponentRequiresPostback
public override bool ComponentRequiresPostback { get; }