RazorReferenceManager.CompilationReferences Vlastnost

Definice

Získá sadu odkazů na kompilaci, která se má použít pro kompilaci 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)

Hodnota vlastnosti

IReadOnlyList<MetadataReference>

Platí pro