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.
Returns an object that represents a resource string.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Function EvaluateExpression ( _
target As Object, _
entry As BoundPropertyEntry, _
parsedData As Object, _
context As ExpressionBuilderContext _
) As Object
'Usage
Dim instance As SPResourceExpressionBuilder
Dim target As Object
Dim entry As BoundPropertyEntry
Dim parsedData As Object
Dim context As ExpressionBuilderContext
Dim returnValue As Object
returnValue = instance.EvaluateExpression(target, _
entry, parsedData, context)
public override Object EvaluateExpression(
Object target,
BoundPropertyEntry entry,
Object parsedData,
ExpressionBuilderContext context
)
Parameters
- target
Type: System.Object
- entry
Type: System.Web.UI.BoundPropertyEntry
parsedData
Type: System.ObjectThe object that contains parsed data as returned by the System.Web.Compilation.ExpressionBuilder.ParseExpression method.
context
Type: System.Web.Compilation.ExpressionBuilderContextContextual information for the evaluation of the expression.
Return value
Type: System.Object
An object that represents a resource string.
See also
Reference
SPResourceExpressionBuilder class