Gets a reference to a parameter, by using the SimpleBindingExpression syntax of "ElementName@ParameterName".
IPageElementParameter GetParameter(
IPageElement defaultElement,
string parameterExpression
)
Parameters
- defaultElement
-
Type: IPageElement
A reference to the implied PageElement (i.e., when the parameterExpression does not include ElementName, i.e., starts with "@").
- parameterExpression
-
Type: string
The expression that references the PageElementName and PageElementParameter. One of two forms: "elementName@parameterName" or "@parameterName"
