ParseOptions.CommonWithFeatures 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.
protected:
abstract Microsoft::CodeAnalysis::ParseOptions ^ CommonWithFeatures(System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ features);
protected abstract Microsoft.CodeAnalysis.ParseOptions CommonWithFeatures(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> features);
abstract member CommonWithFeatures : seq<System.Collections.Generic.KeyValuePair<string, string>> -> Microsoft.CodeAnalysis.ParseOptions
Protected MustOverride Function CommonWithFeatures (features As IEnumerable(Of KeyValuePair(Of String, String))) As ParseOptions
Parameter
- features
- IEnumerable<KeyValuePair<String,String>>