PredefinedPreprocessorSymbols.AddPredefinedPreprocessorSymbols 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.
Überlädt
AddPredefinedPreprocessorSymbols(OutputKind, IEnumerable<KeyValuePair<String,Object>>) |
Fügt vordefinierte Preprocessorsymbole VBC_VER und TARGET hinzu, um eine Liste der Präprozessorsymbole zu erhalten, sofern noch nicht enthalten. |
AddPredefinedPreprocessorSymbols(OutputKind, KeyValuePair<String,Object>[]) |
Fügt vordefinierte Preprocessorsymbole VBC_VER und TARGET hinzu, um eine Liste der Präprozessorsymbole zu erhalten, sofern noch nicht enthalten. |
AddPredefinedPreprocessorSymbols(OutputKind, ImmutableArray<KeyValuePair<String,Object>>) |
Fügt vordefinierte Preprocessorsymbole VBC_VER und TARGET hinzu, um eine Liste der Präprozessorsymbole zu erhalten, sofern noch nicht enthalten. |
AddPredefinedPreprocessorSymbols(OutputKind, IEnumerable<KeyValuePair<String,Object>>)
Fügt vordefinierte Preprocessorsymbole VBC_VER und TARGET hinzu, um eine Liste der Präprozessorsymbole zu erhalten, sofern noch nicht enthalten.
public:
static System::Collections::Immutable::ImmutableArray<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> AddPredefinedPreprocessorSymbols(Microsoft::CodeAnalysis::OutputKind kind, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ symbols);
public static System.Collections.Immutable.ImmutableArray<System.Collections.Generic.KeyValuePair<string,object>> AddPredefinedPreprocessorSymbols (Microsoft.CodeAnalysis.OutputKind kind, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>> symbols);
static member AddPredefinedPreprocessorSymbols : Microsoft.CodeAnalysis.OutputKind * seq<System.Collections.Generic.KeyValuePair<string, obj>> -> System.Collections.Immutable.ImmutableArray<System.Collections.Generic.KeyValuePair<string, obj>>
Public Function AddPredefinedPreprocessorSymbols (kind As OutputKind, symbols As IEnumerable(Of KeyValuePair(Of String, Object))) As ImmutableArray(Of KeyValuePair(Of String, Object))
Parameter
- kind
- OutputKind
Die Ausgabeart, um den Wert des ZIELsymbols ableiten zu können.
- symbols
- IEnumerable<KeyValuePair<String,Object>>
Eine Auflistung von KeyValue-Paaren, die vorhandene Symbole darstellen.
Gibt zurück
Array von Symbolen, die VBC_VER und TARGET enthalten.
Gilt für:
AddPredefinedPreprocessorSymbols(OutputKind, KeyValuePair<String,Object>[])
Fügt vordefinierte Preprocessorsymbole VBC_VER und TARGET hinzu, um eine Liste der Präprozessorsymbole zu erhalten, sofern noch nicht enthalten.
public:
static System::Collections::Immutable::ImmutableArray<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> AddPredefinedPreprocessorSymbols(Microsoft::CodeAnalysis::OutputKind kind, ... cli::array <System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ symbols);
public static System.Collections.Immutable.ImmutableArray<System.Collections.Generic.KeyValuePair<string,object>> AddPredefinedPreprocessorSymbols (Microsoft.CodeAnalysis.OutputKind kind, params System.Collections.Generic.KeyValuePair<string,object>[] symbols);
static member AddPredefinedPreprocessorSymbols : Microsoft.CodeAnalysis.OutputKind * System.Collections.Generic.KeyValuePair<string, obj>[] -> System.Collections.Immutable.ImmutableArray<System.Collections.Generic.KeyValuePair<string, obj>>
Public Function AddPredefinedPreprocessorSymbols (kind As OutputKind, ParamArray symbols As KeyValuePair(Of String, Object)()) As ImmutableArray(Of KeyValuePair(Of String, Object))
Parameter
- kind
- OutputKind
Die Ausgabeart, um den Wert des ZIELsymbols ableiten zu können.
- symbols
- KeyValuePair<String,Object>[]
Ein Parameterarray von KeyValue-Paaren, die vorhandene Symbole darstellen.
Gibt zurück
Array von Symbolen, die VBC_VER und TARGET enthalten.
Gilt für:
AddPredefinedPreprocessorSymbols(OutputKind, ImmutableArray<KeyValuePair<String,Object>>)
Fügt vordefinierte Preprocessorsymbole VBC_VER und TARGET hinzu, um eine Liste der Präprozessorsymbole zu erhalten, sofern noch nicht enthalten.
public:
static System::Collections::Immutable::ImmutableArray<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> AddPredefinedPreprocessorSymbols(Microsoft::CodeAnalysis::OutputKind kind, System::Collections::Immutable::ImmutableArray<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> symbols);
public static System.Collections.Immutable.ImmutableArray<System.Collections.Generic.KeyValuePair<string,object>> AddPredefinedPreprocessorSymbols (Microsoft.CodeAnalysis.OutputKind kind, System.Collections.Immutable.ImmutableArray<System.Collections.Generic.KeyValuePair<string,object>> symbols);
static member AddPredefinedPreprocessorSymbols : Microsoft.CodeAnalysis.OutputKind * System.Collections.Immutable.ImmutableArray<System.Collections.Generic.KeyValuePair<string, obj>> -> System.Collections.Immutable.ImmutableArray<System.Collections.Generic.KeyValuePair<string, obj>>
Public Function AddPredefinedPreprocessorSymbols (kind As OutputKind, symbols As ImmutableArray(Of KeyValuePair(Of String, Object))) As ImmutableArray(Of KeyValuePair(Of String, Object))
Parameter
- kind
- OutputKind
Die Ausgabeart, um den Wert des ZIELsymbols ableiten zu können.
- symbols
- ImmutableArray<KeyValuePair<String,Object>>
Ein immutableArray von KeyValue-Paaren, die vorhandene Symbole darstellen.
Gibt zurück
Array von Symbolen, die VBC_VER und TARGET enthalten.