Поделиться через


VisualBasicParseOptions.PreprocessorSymbols Свойство

Определение

Символы препроцессора для синтаксического анализа.

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))

Значение свойства

Комментарии

Может содержать повторяющиеся ключи. Последний победит.

Применяется к