PredefinedPreprocessorSymbols.AddPredefinedPreprocessorSymbols メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AddPredefinedPreprocessorSymbols(OutputKind, IEnumerable<KeyValuePair<String,Object>>) |
定義済みのプリプロセッサ シンボル VBC_VERと TARGET を、まだ含まれていない場合は、特定のプリプロセッサ シンボルの一覧に追加します。 |
AddPredefinedPreprocessorSymbols(OutputKind, KeyValuePair<String,Object>[]) |
定義済みのプリプロセッサ シンボル VBC_VERと TARGET を、まだ含まれていない場合は、特定のプリプロセッサ シンボルの一覧に追加します。 |
AddPredefinedPreprocessorSymbols(OutputKind, ImmutableArray<KeyValuePair<String,Object>>) |
定義済みのプリプロセッサ シンボル VBC_VERと TARGET を、まだ含まれていない場合は、特定のプリプロセッサ シンボルの一覧に追加します。 |
AddPredefinedPreprocessorSymbols(OutputKind, IEnumerable<KeyValuePair<String,Object>>)
定義済みのプリプロセッサ シンボル VBC_VERと TARGET を、まだ含まれていない場合は、特定のプリプロセッサ シンボルの一覧に追加します。
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))
パラメーター
- kind
- OutputKind
TARGET シンボルの値を派生させる出力の種類。
- symbols
- IEnumerable<KeyValuePair<String,Object>>
既存のシンボルを表す KeyValue ペアのコレクション。
戻り値
VBC_VERと TARGET を含むシンボルの配列。
適用対象
AddPredefinedPreprocessorSymbols(OutputKind, KeyValuePair<String,Object>[])
定義済みのプリプロセッサ シンボル VBC_VERと TARGET を、まだ含まれていない場合は、特定のプリプロセッサ シンボルの一覧に追加します。
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))
パラメーター
- kind
- OutputKind
TARGET シンボルの値を派生させる出力の種類。
- symbols
- KeyValuePair<String,Object>[]
既存のシンボルを表す KeyValue ペアのパラメーター配列。
戻り値
VBC_VERと TARGET を含むシンボルの配列。
適用対象
AddPredefinedPreprocessorSymbols(OutputKind, ImmutableArray<KeyValuePair<String,Object>>)
定義済みのプリプロセッサ シンボル VBC_VERと TARGET を、まだ含まれていない場合は、特定のプリプロセッサ シンボルの一覧に追加します。
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))
パラメーター
- kind
- OutputKind
TARGET シンボルの値を派生させる出力の種類。
- symbols
- ImmutableArray<KeyValuePair<String,Object>>
既存のシンボルを表す KeyValue ペアの ImmutableArray。
戻り値
VBC_VERと TARGET を含むシンボルの配列。
適用対象
.NET