IConfiguredPropertyEvaluator Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
IConfiguredPropertyEvaluator
public interface class IConfiguredPropertyEvaluator
public interface class IConfiguredPropertyEvaluator
__interface IConfiguredPropertyEvaluator
public interface IConfiguredPropertyEvaluator
type IConfiguredPropertyEvaluator = interface
Public Interface IConfiguredPropertyEvaluator
Properties
EvaluatorService |
the Property evaluator service |
Methods
CreateConfiguredPropertyEvaluator(IReadOnlyCollection<String>, IEnumerable<Tuple<IPropertyEvaluator,IPropertyEvaluatorMetadata>>) |
Create a new IConfiguredPropertyEvaluator by up adding new contexts and/or property providers. |
Evaluate(String) |
Evaluate a content and resolve all possible ${prefix.var} instances found |