共用方式為


RazorReferenceManager.CompilationReferences 屬性

定義

取得要用於 Razor 編譯的編譯參考集。

public:
 abstract property System::Collections::Generic::IReadOnlyList<Microsoft::CodeAnalysis::MetadataReference ^> ^ CompilationReferences { System::Collections::Generic::IReadOnlyList<Microsoft::CodeAnalysis::MetadataReference ^> ^ get(); };
public abstract System.Collections.Generic.IReadOnlyList<Microsoft.CodeAnalysis.MetadataReference> CompilationReferences { get; }
member this.CompilationReferences : System.Collections.Generic.IReadOnlyList<Microsoft.CodeAnalysis.MetadataReference>
Public MustOverride ReadOnly Property CompilationReferences As IReadOnlyList(Of MetadataReference)

屬性值

適用於