Share via


VisualBasicParseOptions.PreprocessorSymbols Property

Definition

The preprocessor symbols to parse with.

public:
 property System::Collections::Immutable::ImmutableArray<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> PreprocessorSymbols { System::Collections::Immutable::ImmutableArray<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> get(); };
public System.Collections.Immutable.ImmutableArray<System.Collections.Generic.KeyValuePair<string,object>> PreprocessorSymbols { get; }
member this.PreprocessorSymbols : System.Collections.Immutable.ImmutableArray<System.Collections.Generic.KeyValuePair<string, obj>>
Public ReadOnly Property PreprocessorSymbols As ImmutableArray(Of KeyValuePair(Of String, Object))

Property Value

Remarks

May contain duplicate keys. The last one wins.

Applies to