共用方式為


CommandLineArguments.MetadataReferences 屬性

定義

命令列上提供的中繼資料參考。 包含透過 /r 指定的元件,以及透過 /addmodule 指定的 netmodule。

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)

屬性值

適用於