Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- postDataKey
Typ: System.String
Rückgabewert
Typ: System.Boolean
Gibt Boolean zurück.
Implementiert
IPostBackDataHandler.LoadPostData(String, NameValueCollection)