SPEncodedResourceExpressionBuilder.EvaluateExpression method
Returns the encoded 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 SPEncodedResourceExpressionBuilder
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.ObjectThe object that contains the expression.
entry
Type: System.Web.UI.BoundPropertyEntryInformation about the property that is bound to the expression.
parsedData
Type: System.ObjectThe object that contains parsed data as returned by the ParseExpression(String, Type, ExpressionBuilderContext) method.
context
Type: System.Web.Compilation.ExpressionBuilderContextContextual information for the evaluation of the expression.
Return value
Type: System.Object
An object that represents the encoded resource string.
See also
Reference
SPEncodedResourceExpressionBuilder class