Sdílet prostřednictvím


DependencyContext.CompileLibraries Vlastnost

Definice

Získá seznam knihoven použitých ke kompilaci aplikace.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::DependencyModel::CompilationLibrary ^> ^ CompileLibraries { System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::DependencyModel::CompilationLibrary ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.DependencyModel.CompilationLibrary> CompileLibraries { get; }
member this.CompileLibraries : System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.DependencyModel.CompilationLibrary>
Public ReadOnly Property CompileLibraries As IReadOnlyList(Of CompilationLibrary)

Hodnota vlastnosti

Seznam knihoven použitých ke kompilaci aplikace.

Poznámky

Tato vlastnost je plně naplněna pouze v případě, že vlastnost projektu PreserveCompilationContext je nastavena na Truehodnotu . V opačném případě může být obsah této vlastnosti neúplný nebo prázdný.

Platí pro