RazorReferenceManager.CompilationReferences プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)