Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Sub GetFieldValue ( _
callback As FieldCallback _
) Implements IWebPartField.GetFieldValue
'Usage
Dim instance As TransformableFilterValuesToFieldTransformer
Dim callback As FieldCallback
CType(instance, IWebPartField).GetFieldValue(callback)
void IWebPartField.GetFieldValue(
FieldCallback callback
)
Parameters
- callback
Type: System.Web.UI.WebControls.WebParts.FieldCallback
Implements
IWebPartField.GetFieldValue(FieldCallback)
See Also
Reference
TransformableFilterValuesToFieldTransformer Class