Freigeben über


GroupedDropDownList.IPostBackDataHandler.LoadPostData-Methode

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Private Function LoadPostData ( _
    postDataKey As String, _
    values As NameValueCollection _
) As Boolean Implements IPostBackDataHandler.LoadPostData
'Usage
Dim instance As GroupedDropDownList
Dim postDataKey As String
Dim values As NameValueCollection
Dim returnValue As Boolean

returnValue = CType(instance, IPostBackDataHandler).LoadPostData(postDataKey, _
    values)
boolIPostBackDataHandler.LoadPostData(
    string postDataKey,
    NameValueCollection values
)

Parameter

Rückgabewert

Typ: System.Boolean
Gibt Boolean zurück.

Implementiert

IPostBackDataHandler.LoadPostData(String, NameValueCollection)

Siehe auch

Referenz

GroupedDropDownList Klasse

GroupedDropDownList-Member

Microsoft.SharePoint.WebControls-Namespace