IPropertyEvaluatorHost.Evaluator Property
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.
Objects evaluator.
public:
property Microsoft::VisualStudio::Workspace::Evaluator::IConfiguredPropertyEvaluator ^ Evaluator { Microsoft::VisualStudio::Workspace::Evaluator::IConfiguredPropertyEvaluator ^ get(); void set(Microsoft::VisualStudio::Workspace::Evaluator::IConfiguredPropertyEvaluator ^ value); };
public:
property Microsoft::VisualStudio::Workspace::Evaluator::IConfiguredPropertyEvaluator ^ Evaluator { Microsoft::VisualStudio::Workspace::Evaluator::IConfiguredPropertyEvaluator ^ get(); void set(Microsoft::VisualStudio::Workspace::Evaluator::IConfiguredPropertyEvaluator ^ value); };
public Microsoft.VisualStudio.Workspace.Evaluator.IConfiguredPropertyEvaluator Evaluator { get; set; }
member this.Evaluator : Microsoft.VisualStudio.Workspace.Evaluator.IConfiguredPropertyEvaluator with get, set
Public Property Evaluator As IConfiguredPropertyEvaluator