Compartir a través de


VisualBasicParseOptions.PreprocessorSymbols Propiedad

Definición

Símbolos del preprocesador con los que se va a analizar.

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

Valor de propiedad

Comentarios

Puede contener claves duplicadas. El último gana.

Se aplica a