PredefinedPreprocessorSymbols.AddPredefinedPreprocessorSymbols Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
AddPredefinedPreprocessorSymbols(OutputKind, IEnumerable<KeyValuePair<String,Object>>) |
Agrega símbolos de preprocesador predefinidos VBC_VER y TARGET a una lista dada de símbolos de preprocesador si aún no se incluye. |
AddPredefinedPreprocessorSymbols(OutputKind, KeyValuePair<String,Object>[]) |
Agrega símbolos de preprocesador predefinidos VBC_VER y TARGET a una lista dada de símbolos de preprocesador si aún no se incluye. |
AddPredefinedPreprocessorSymbols(OutputKind, ImmutableArray<KeyValuePair<String,Object>>) |
Agrega símbolos de preprocesador predefinidos VBC_VER y TARGET a una lista dada de símbolos de preprocesador si aún no se incluye. |
AddPredefinedPreprocessorSymbols(OutputKind, IEnumerable<KeyValuePair<String,Object>>)
Agrega símbolos de preprocesador predefinidos VBC_VER y TARGET a una lista dada de símbolos de preprocesador si aún no se incluye.
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
Tipo de salida del que se va a derivar el valor del símbolo TARGET.
- symbols
- IEnumerable<KeyValuePair<String,Object>>
Colección de pares KeyValue que representan símbolos existentes.
Devoluciones
Matriz de símbolos que incluyen VBC_VER y TARGET.
Se aplica a
AddPredefinedPreprocessorSymbols(OutputKind, KeyValuePair<String,Object>[])
Agrega símbolos de preprocesador predefinidos VBC_VER y TARGET a una lista dada de símbolos de preprocesador si aún no se incluye.
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
Tipo de salida del que se va a derivar el valor del símbolo TARGET.
- symbols
- KeyValuePair<String,Object>[]
Matriz de parámetros de pares KeyValue que representan símbolos existentes.
Devoluciones
Matriz de símbolos que incluyen VBC_VER y TARGET.
Se aplica a
AddPredefinedPreprocessorSymbols(OutputKind, ImmutableArray<KeyValuePair<String,Object>>)
Agrega símbolos de preprocesador predefinidos VBC_VER y TARGET a una lista dada de símbolos de preprocesador si aún no se incluye.
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
Tipo de salida del que se va a derivar el valor del símbolo TARGET.
- symbols
- ImmutableArray<KeyValuePair<String,Object>>
Un valor ImmutableArray de pares KeyValue que representan símbolos existentes.
Devoluciones
Matriz de símbolos que incluyen VBC_VER y TARGET.