: MultiValuedUserInputFilterWebPart.ResolutionValueProvider (Delegado) (Microsoft.SharePoint.Portal.WebControls)
Esta clase y sus miembros se reservan para uso interno y no están diseñados para usarse en su código.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Protected Delegate Function ResolutionValueProvider ( _
<OutAttribute> ByRef value As String, _
<OutAttribute> ByRef description As String _
) As Boolean
'Uso
Dim instance As New ResolutionValueProvider(AddressOf HandlerMethod)
protected delegate bool ResolutionValueProvider (
out string value,
out string description
)
Parámetros
- value
- description
Vea también
Referencia
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)