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)

属性值

适用于