del método BaseRichSelector.LoadPostData
Este miembro está reservado para uso interno y no debe usarse directamente desde el código.
Espacio de nombres: Microsoft.SharePoint.Publishing.WebControls
Ensamblado: Microsoft.SharePoint.Publishing (en Microsoft.SharePoint.Publishing.dll)
Sintaxis
'Declaración
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Function LoadPostData ( _
postDataKey As String, _
values As NameValueCollection _
) As Boolean
'Uso
Dim instance As BaseRichSelector
Dim postDataKey As String
Dim values As NameValueCollection
Dim returnValue As Boolean
returnValue = instance.LoadPostData(postDataKey, _
values)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public bool LoadPostData(
string postDataKey,
NameValueCollection values
)
Parámetros
postDataKey
Tipo: System.StringReservado para uso interno.
values
Tipo: System.Collections.Specialized.NameValueCollectionReservado para uso interno.
Valor devuelto
Tipo: System.Boolean
Implementaciones
IPostBackDataHandler.LoadPostData(String, NameValueCollection)
Vea también
Referencia
Espacio de nombres Microsoft.SharePoint.Publishing.WebControls