SPMobileBaseFieldControl.CreateValidators 方法

创建验证程序控件的数组。

命名空间:  Microsoft.SharePoint.Mobile.WebControls
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Protected Overridable Function CreateValidators As BaseValidator()
用法
Dim returnValue As BaseValidator()

returnValue = Me.CreateValidators()
protected virtual BaseValidator[] CreateValidators()

返回值

类型:[]
可用于验证全部或部分字段的值的一个或多个BaseValidator控件的数组。默认值为空引用(无 在 Visual Basic 中)。

备注

CreateValidators没有默认实现。

另请参阅

引用

SPMobileBaseFieldControl 类

SPMobileBaseFieldControl 成员

Microsoft.SharePoint.Mobile.WebControls 命名空间