IPropertyEvaluatorService.CreatePropertyGroupEvaluator Method
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.
Create property evaluator based on a collection of PropertyVariable(s)
public:
Tuple<Microsoft::VisualStudio::Workspace::Evaluator::IPropertyEvaluator ^, Microsoft::VisualStudio::Workspace::Evaluator::IPropertyEvaluatorMetadata ^> ^ CreatePropertyGroupEvaluator(System::Collections::Generic::IReadOnlyCollection<Microsoft::VisualStudio::Workspace::Evaluator::PropertyGroup ^> ^ propertyGroups);
public Tuple<Microsoft.VisualStudio.Workspace.Evaluator.IPropertyEvaluator,Microsoft.VisualStudio.Workspace.Evaluator.IPropertyEvaluatorMetadata> CreatePropertyGroupEvaluator (System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Evaluator.PropertyGroup> propertyGroups);
abstract member CreatePropertyGroupEvaluator : System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Evaluator.PropertyGroup> -> Microsoft.VisualStudio.Workspace.Evaluator.IPropertyEvaluator * Microsoft.VisualStudio.Workspace.Evaluator.IPropertyEvaluatorMetadata
Public Function CreatePropertyGroupEvaluator (propertyGroups As IReadOnlyCollection(Of PropertyGroup)) As Tuple(Of IPropertyEvaluator, IPropertyEvaluatorMetadata)
Parameters
- propertyGroups
- IReadOnlyCollection<PropertyGroup>
Collection of property groups
Returns
The provider evaluator and metadata