请注意:此 API 现在已过时。
流程发布后数据的服务器控件。
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<ObsoleteAttribute("This class has been deprecated.")> _
Public Function LoadPostData ( _
postDataKey As String, _
postCollection As NameValueCollection _
) As Boolean
用法
Dim instance As OWSNumberField
Dim postDataKey As String
Dim postCollection As NameValueCollection
Dim returnValue As Boolean
returnValue = instance.LoadPostData(postDataKey, _
postCollection)
[ObsoleteAttribute("This class has been deprecated.")]
public bool LoadPostData(
string postDataKey,
NameValueCollection postCollection
)
参数
postDataKey
类型:System.String控件的密钥标识符。
postCollection
类型:System.Collections.Specialized.NameValueCollection所有传入的名称值的集合。
返回值
类型:System.Boolean
true如果服务器控件的状态更改回发 ; 由于否则为false。
实现
IPostBackDataHandler.LoadPostData(String, NameValueCollection)