Compartir a través de


CommandLineArguments.MetadataReferences Propiedad

Definición

Referencias a metadatos proporcionados en la línea de comandos. Incluye ensamblados especificados a través de /r y netmodules especificados a través de /addmodule.

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::CommandLineReference> MetadataReferences { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::CommandLineReference> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.CommandLineReference> MetadataReferences { get; }
member this.MetadataReferences : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.CommandLineReference>
Public ReadOnly Property MetadataReferences As ImmutableArray(Of CommandLineReference)

Valor de propiedad

Se aplica a