PredefinedPreprocessorSymbols.AddPredefinedPreprocessorSymbols Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
| AddPredefinedPreprocessorSymbols(OutputKind, IEnumerable<KeyValuePair<String,Object>>) |
Menambahkan simbol pra-prosesor yang telah ditentukan sebelumnya VBC_VER dan TARGET ke daftar simbol praprosedur yang diberikan jika belum disertakan. |
| AddPredefinedPreprocessorSymbols(OutputKind, KeyValuePair<String,Object>[]) |
Menambahkan simbol pra-prosesor yang telah ditentukan sebelumnya VBC_VER dan TARGET ke daftar simbol praprosedur yang diberikan jika belum disertakan. |
| AddPredefinedPreprocessorSymbols(OutputKind, ImmutableArray<KeyValuePair<String,Object>>) |
Menambahkan simbol pra-prosesor yang telah ditentukan sebelumnya VBC_VER dan TARGET ke daftar simbol praprosedur yang diberikan jika belum disertakan. |
AddPredefinedPreprocessorSymbols(OutputKind, IEnumerable<KeyValuePair<String,Object>>)
Menambahkan simbol pra-prosesor yang telah ditentukan sebelumnya VBC_VER dan TARGET ke daftar simbol praprosedur yang diberikan jika belum disertakan.
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
Jenis Output untuk memperoleh nilai simbol TARGET dari.
- symbols
- IEnumerable<KeyValuePair<String,Object>>
Kumpulan pasangan KeyValue yang mewakili simbol yang ada.
Mengembalikan
Array simbol yang mencakup VBC_VER dan TARGET.
Berlaku untuk
AddPredefinedPreprocessorSymbols(OutputKind, KeyValuePair<String,Object>[])
Menambahkan simbol pra-prosesor yang telah ditentukan sebelumnya VBC_VER dan TARGET ke daftar simbol praprosedur yang diberikan jika belum disertakan.
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
Jenis Output untuk memperoleh nilai simbol TARGET dari.
- symbols
- KeyValuePair<String,Object>[]
Array parameter pasangan KeyValue yang mewakili simbol yang ada.
Mengembalikan
Array simbol yang mencakup VBC_VER dan TARGET.
Berlaku untuk
AddPredefinedPreprocessorSymbols(OutputKind, ImmutableArray<KeyValuePair<String,Object>>)
Menambahkan simbol pra-prosesor yang telah ditentukan sebelumnya VBC_VER dan TARGET ke daftar simbol praprosedur yang diberikan jika belum disertakan.
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
Jenis Output untuk memperoleh nilai simbol TARGET dari.
- symbols
- ImmutableArray<KeyValuePair<String,Object>>
ImmutableArray dari pasangan KeyValue yang mewakili simbol yang ada.
Mengembalikan
Array simbol yang mencakup VBC_VER dan TARGET.