IPropertyEvaluatorService 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.
Interface to expose a service that is able to evaluate a content and resolve all their ${prefix.Var}
public interface class IPropertyEvaluatorService
public interface class IPropertyEvaluatorService
__interface IPropertyEvaluatorService
public interface IPropertyEvaluatorService
type IPropertyEvaluatorService = interface
Public Interface IPropertyEvaluatorService
Properties
OnPropertyVariablesChanged |
Notifies when property variables are changed |
Methods
Extension Methods
EvaluateNoError(IPropertyEvaluatorService, String, String, IReadOnlyCollection<String>, Tuple<IPropertyEvaluator,IPropertyEvaluatorMetadata>[]) |
Evaluate a content and return the partial evaluation ignoring any possible error |
EvaluateVariable(IPropertyEvaluatorService, String, String, String, IReadOnlyCollection<String>, Tuple<IPropertyEvaluator,IPropertyEvaluatorMetadata>[]) |
Evaluate a single property |