IConfiguredPropertyEvaluator.CreateConfiguredPropertyEvaluator(IReadOnlyCollection<String>, IEnumerable<Tuple<IPropertyEvaluator,IPropertyEvaluatorMetadata>>) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellen Sie einen neuen ikonfiguriredpropertyevaluator, indem Sie neue Kontexte und/oder Eigenschaften Anbieter hinzufügen.
public:
Microsoft::VisualStudio::Workspace::Evaluator::IConfiguredPropertyEvaluator ^ CreateConfiguredPropertyEvaluator(System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ inheritEnvironments, System::Collections::Generic::IEnumerable<Tuple<Microsoft::VisualStudio::Workspace::Evaluator::IPropertyEvaluator ^, Microsoft::VisualStudio::Workspace::Evaluator::IPropertyEvaluatorMetadata ^> ^> ^ localPropertyEvaluators);
public Microsoft.VisualStudio.Workspace.Evaluator.IConfiguredPropertyEvaluator CreateConfiguredPropertyEvaluator (System.Collections.Generic.IReadOnlyCollection<string> inheritEnvironments, System.Collections.Generic.IEnumerable<Tuple<Microsoft.VisualStudio.Workspace.Evaluator.IPropertyEvaluator,Microsoft.VisualStudio.Workspace.Evaluator.IPropertyEvaluatorMetadata>> localPropertyEvaluators);
abstract member CreateConfiguredPropertyEvaluator : System.Collections.Generic.IReadOnlyCollection<string> * seq<Microsoft.VisualStudio.Workspace.Evaluator.IPropertyEvaluator * Microsoft.VisualStudio.Workspace.Evaluator.IPropertyEvaluatorMetadata> -> Microsoft.VisualStudio.Workspace.Evaluator.IConfiguredPropertyEvaluator
Public Function CreateConfiguredPropertyEvaluator (inheritEnvironments As IReadOnlyCollection(Of String), localPropertyEvaluators As IEnumerable(Of Tuple(Of IPropertyEvaluator, IPropertyEvaluatorMetadata))) As IConfiguredPropertyEvaluator
Parameter
- inheritEnvironments
- IReadOnlyCollection<String>
Optionale Sammlung von Kontexten, die an Anbieter übergeben werden sollen
- localPropertyEvaluators
- IEnumerable<Tuple<IPropertyEvaluator,IPropertyEvaluatorMetadata>>
Eigenschaften valuators für lokale Bereiche
Gibt zurück
das aktualisierte ikonfiguriredpropertyevaluator-Objekt