IProjectConfigurationService2.CreateContextSettings 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.
Creates property settings with attached evaluator. The object returned will implement IPropertyEvaluatorHost.
public:
Microsoft::VisualStudio::Workspace::IPropertySettings ^ CreateContextSettings(Microsoft::VisualStudio::Workspace::IPropertySettings ^ settings, Microsoft::VisualStudio::Workspace::Evaluator::IConfiguredPropertyEvaluator ^ evaluator);
public Microsoft.VisualStudio.Workspace.IPropertySettings CreateContextSettings (Microsoft.VisualStudio.Workspace.IPropertySettings settings, Microsoft.VisualStudio.Workspace.Evaluator.IConfiguredPropertyEvaluator evaluator);
abstract member CreateContextSettings : Microsoft.VisualStudio.Workspace.IPropertySettings * Microsoft.VisualStudio.Workspace.Evaluator.IConfiguredPropertyEvaluator -> Microsoft.VisualStudio.Workspace.IPropertySettings
Public Function CreateContextSettings (settings As IPropertySettings, evaluator As IConfiguredPropertyEvaluator) As IPropertySettings
Parameters
- settings
- IPropertySettings
generic settings
- evaluator
- IConfiguredPropertyEvaluator
the configured evaluator
Returns
Settings with evaluator