OWSNumberField.LoadPostData 方法

请注意:此 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
)

参数

返回值

类型:System.Boolean
true如果服务器控件的状态更改回发 ; 由于否则为false。

实现

IPostBackDataHandler.LoadPostData(String, NameValueCollection)

另请参阅

引用

OWSNumberField 类

OWSNumberField 成员

Microsoft.SharePoint.WebControls 命名空间