PredefinedPreprocessorSymbols.AddPredefinedPreprocessorSymbols Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
AddPredefinedPreprocessorSymbols(OutputKind, IEnumerable<KeyValuePair<String,Object>>) |
Adiciona símbolos predefinidos de pré-processador VBC_VER e TARGET para determinada lista de símbolos de pré-processador, se ainda não estiverem incluídos. |
AddPredefinedPreprocessorSymbols(OutputKind, KeyValuePair<String,Object>[]) |
Adiciona símbolos predefinidos de pré-processador VBC_VER e TARGET para determinada lista de símbolos de pré-processador, se ainda não estiverem incluídos. |
AddPredefinedPreprocessorSymbols(OutputKind, ImmutableArray<KeyValuePair<String,Object>>) |
Adiciona símbolos predefinidos de pré-processador VBC_VER e TARGET para determinada lista de símbolos de pré-processador, se ainda não estiverem incluídos. |
AddPredefinedPreprocessorSymbols(OutputKind, IEnumerable<KeyValuePair<String,Object>>)
Adiciona símbolos predefinidos de pré-processador VBC_VER e TARGET para determinada lista de símbolos de pré-processador, se ainda não estiverem incluídos.
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))
Parâmetros
- kind
- OutputKind
O tipo de saída do qual derivar o valor do símbolo TARGET.
- symbols
- IEnumerable<KeyValuePair<String,Object>>
Uma coleção de pares KeyValue que representam símbolos existentes.
Retornos
Matriz de símbolos que incluem VBC_VER e TARGET.
Aplica-se a
AddPredefinedPreprocessorSymbols(OutputKind, KeyValuePair<String,Object>[])
Adiciona símbolos predefinidos de pré-processador VBC_VER e TARGET para determinada lista de símbolos de pré-processador, se ainda não estiverem incluídos.
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))
Parâmetros
- kind
- OutputKind
O tipo de saída do qual derivar o valor do símbolo TARGET.
- symbols
- KeyValuePair<String,Object>[]
Uma matriz de parâmetros de pares KeyValue que representam símbolos existentes.
Retornos
Matriz de símbolos que incluem VBC_VER e TARGET.
Aplica-se a
AddPredefinedPreprocessorSymbols(OutputKind, ImmutableArray<KeyValuePair<String,Object>>)
Adiciona símbolos predefinidos de pré-processador VBC_VER e TARGET para determinada lista de símbolos de pré-processador, se ainda não estiverem incluídos.
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))
Parâmetros
- kind
- OutputKind
O tipo de saída do qual derivar o valor do símbolo TARGET.
- symbols
- ImmutableArray<KeyValuePair<String,Object>>
Um ImmutableArray de pares KeyValue que representam símbolos existentes.
Retornos
Matriz de símbolos que incluem VBC_VER e TARGET.