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
대상 기호의 값을 파생시킬 출력 종류입니다.
- 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
대상 기호의 값을 파생시킬 출력 종류입니다.
- 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
대상 기호의 값을 파생시킬 출력 종류입니다.
- symbols
- ImmutableArray<KeyValuePair<String,Object>>
기존 기호를 나타내는 KeyValue 쌍의 ImmutableArray입니다.
반환
VBC_VER 및 TARGET을 포함하는 기호의 배열입니다.
적용 대상
.NET